maps/python/events
bbotbuilder fbb05257b8 Prevent more warnings
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@3910 282e977c-c81d-0410-88c4-b93c2d0d6712
2005-10-19 20:45:03 +00:00
..
README - move event scripts into their own directory 2004-08-02 23:38:50 +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_init.py Update of the Global Events scripts to the new 2.0 CFPython. 2005-10-18 18:53:37 +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

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