maps/python/events
ryo_saeba d8108b3fa3 Split event files, make subdirs.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@4311 282e977c-c81d-0410-88c4-b93c2d0d6712
2006-01-07 23:44:05 +00:00
..
born Split event files, make subdirs. 2006-01-07 23:44:05 +00:00
init Split event files, make subdirs. 2006-01-07 23:44:05 +00:00
kick Split event files, make subdirs. 2006-01-07 23:44:05 +00:00
login Split event files, make subdirs. 2006-01-07 23:44:05 +00:00
muzzle Split event files, make subdirs. 2006-01-07 23:44:05 +00:00
remove Split event files, make subdirs. 2006-01-07 23:44:05 +00:00
README Split event files, make subdirs. 2006-01-07 23:44:05 +00:00
python_born.py Update of the Global Events scripts to the new 2.0 CFPython. 2005-10-18 18:53:37 +00:00
python_event.py Split event files, make subdirs. 2006-01-07 23:44:05 +00:00
python_init.py Split event files, make subdirs. 2006-01-07 23:44:05 +00:00
python_kick.py Update of the Global Events scripts to the new 2.0 CFPython. 2005-10-18 18:53:37 +00:00
python_login.py Update of the Global Events scripts to the new 2.0 CFPython. 2005-10-18 18:53:37 +00:00
python_mapenter.py Prevent more warnings 2005-10-19 20:45:03 +00:00
python_mapreset.py Adding to prevent the server from giving a warning about it being 2005-10-19 20:12:15 +00:00
python_muzzle.py Update of the Global Events scripts to the new 2.0 CFPython. 2005-10-18 18:53:37 +00:00
python_remove.py Update of the Global Events scripts to the new 2.0 CFPython. 2005-10-18 18:53:37 +00:00

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.