maps/python/events
Nicolas Weeger e0338dc2b2 Register 'autojail' and 'disinfect' as DM-only 2022-01-30 09:41:07 +01:00
..
born
death Fix handling in autojail when a player is killed by starvation. 2020-10-20 18:37:10 +00:00
gkill Fix type error by converting explicitely to int. 2021-04-07 18:35:48 +00:00
init Register 'autojail' and 'disinfect' as DM-only 2022-01-30 09:41:07 +01:00
kick
login
muzzle
remove Restore original CFBank API 2017-07-27 06:35:06 +00:00
README
python_event.py
python_init.py

README

This directory contains 2 scripts:
 * python_init.py: called when the plugin is called. Will execute scripts in
    the 'init' subdirectory.
 * python_event.py: called when a global event (except plugin init) happens. Looks for
    scripts in the revelant subdirectory (Crossfire.ScriptParameters()) and executes them.