maps/python/events
temitchell 7cf2013a82 - remove python path bootstrapping - init script not appends module path
for us.
- add guild functions to init and remove scripts


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@3001 282e977c-c81d-0410-88c4-b93c2d0d6712
2004-12-06 04:42:58 +00:00
..
README - move event scripts into their own directory 2004-08-02 23:38:50 +00:00
python_born.py - remove python path bootstrapping - init script not appends module path 2004-12-06 04:42:58 +00:00
python_init.py - remove python path bootstrapping - init script not appends module path 2004-12-06 04:42:58 +00:00
python_kick.py - remove python path bootstrapping - init script not appends module path 2004-12-06 04:42:58 +00:00
python_login.py - remove python path bootstrapping - init script not appends module path 2004-12-06 04:42:58 +00:00
python_muzzle.py - remove python path bootstrapping - init script not appends module path 2004-12-06 04:42:58 +00:00
python_remove.py - remove python path bootstrapping - init script not appends module path 2004-12-06 04:42:58 +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