- replace crossfirelog shelf with plain text datafile (less efficient but more accessable) - add logging for kick and muzzle - add more dm commands for seen (chicken oracle, guy in goths...) - make sure you make a datafiles dir in var/crossfire or have make install do it for you. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@2902 282e977c-c81d-0410-88c4-b93c2d0d6712 |
||
---|---|---|
.. | ||
README | ||
python_born.py | ||
python_kick.py | ||
python_login.py | ||
python_muzzle.py | ||
python_remove.py |
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