maps/python/events
ryo_saeba 31d8ee0e8e - remove obsolete file.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@20808 282e977c-c81d-0410-88c4-b93c2d0d6712
2019-05-16 18:26:17 +00:00
..
born
death
gkill Add initial reputation support 2017-08-15 22:49:01 +00:00
init Add initial reputation support 2017-08-15 22:49:01 +00:00
kick
login
muzzle
remove
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.