maps/python/events
silvernexus f7c5f34c40 Add scripts for \(weapon\) of Souls. Depends on r21252 and r21253.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21254 282e977c-c81d-0410-88c4-b93c2d0d6712
2020-08-07 04:13:52 +00:00
..
born
death
gkill Add scripts for \(weapon\) of Souls. Depends on r21252 and r21253. 2020-08-07 04:13:52 +00:00
init Initialize Python commands in one file 2020-03-21 00:29:14 +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.