maps/python/events
akirschbaum 7836fd619b Add script for bootstrapping code. The script runs right after the python plugin is loaded.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@2971 282e977c-c81d-0410-88c4-b93c2d0d6712
2004-10-21 18:57:42 +00:00
..
README - move event scripts into their own directory 2004-08-02 23:38:50 +00:00
python_born.py - add new CF module - classes CFDataFile and CFData 2004-09-01 02:03:26 +00:00
python_init.py Add script for bootstrapping code. The script runs right after the python plugin is loaded. 2004-10-21 18:57:42 +00:00
python_kick.py - add new CF module - classes CFDataFile and CFData 2004-09-01 02:03:26 +00:00
python_login.py - fix tiny bug where player logging in has no record gets a record 2004-09-01 03:08:04 +00:00
python_muzzle.py - add new CF module - classes CFDataFile and CFData 2004-09-01 02:03:26 +00:00
python_remove.py - add new CF module - classes CFDataFile and CFData 2004-09-01 02:03:26 +00:00

README

The script names following are reserved for global events.
They will be triggered automatically when the event occurs.

EVENT_BORN  - python_born.py
EVENT_LOGIN - python_login.py
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