maps/python/events
silvernexus 7875896cc4 Tweak documentation to match the actual file name.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@19940 282e977c-c81d-0410-88c4-b93c2d0d6712
2015-05-18 15:53:34 +00:00
..
born
clock Don't log the bell, it works. 2012-04-22 14:10:25 +00:00
death
init
kick
login
muzzle
remove
README
python_event.py Tweak documentation to match the actual file name. 2015-05-18 15:53:34 +00:00
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.