| Revision: | 1.1 |
| Committed: | Sun Feb 5 00:02:08 2006 UTC (20 years, 7 months ago) by root |
| Branch point for: | UPSTREAM, MAIN |
| Log Message: | Initial revision |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | root | 1.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. |