ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/maps/python/events/README
Revision: 1.1
Committed: Sun Feb 5 00:02:08 2006 UTC (18 years, 5 months ago) by root
Branch point for: UPSTREAM, MAIN
Log Message:
Initial revision

File Contents

# Content
1 This directory contains 2 scripts:
2 * python_init.py: called when the plugin is called. Will execute scripts in
3 the 'init' subdirectory.
4 * python_event.py: called when a global event (except plugin init) happens. Looks for
5 scripts in the revelant subdirectory (Crossfire.ScriptParameters()) and executes them.