| version 1.1 | | version 1.2 |
|---|
| | |
| The script names following are reserved for global events. | | This directory contains 2 scripts: |
| They will be triggered automatically when the event occurs. | | * python_init.py: called when the plugin is called. Will execute scripts in |
| | | the 'init' subdirectory. |
| EVENT_BORN - python_born.py | | * python_event.py: called when a global event (except plugin init) happens. Looks for |
| EVENT_LOGIN - python_login.py | | scripts in the revelant subdirectory (Crossfire.ScriptParameters()) and executes them. |
| EVENT_LOGOUT - python_logout.py | | |
| EVENT_REMOVE - python_remove.py | | |
| EVENT_SHOUT - python_shout.py | | |
| EVENT_MUZZLE - python_muzzle.py | | |
| EVENT_KICK - python_kick.py | | |
| EVENT_MAPENTER - python_mapenter.py | | |
| EVENT_MAPLEAVE - python_mapleave.py | | |
| EVENT_CLOCK - python_clock.py | | |
| EVENT_MAPRESET - python_mapreset.py | | |