maps/python/events
partmedia d77739aad0 Add initial reputation support
As reputation support is experimental and still under development, the
database is being kept in memory and is lost after every server restart.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@20493 282e977c-c81d-0410-88c4-b93c2d0d6712
2017-08-15 22:49:01 +00:00
..
born
clock
death
gkill Add initial reputation support 2017-08-15 22:49:01 +00:00
init Add initial reputation support 2017-08-15 22:49:01 +00:00
kick
login
muzzle
remove Restore original CFBank API 2017-07-27 06:35:06 +00:00
README
python_event.py
python_init.py

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.