Difference for python/events/README from version 1.1 to 1.2


version 1.1 version 1.2
Line 1
 
Line 1
 The script names following are reserved for global events.  This directory contains 2 scripts:
 They will be triggered automatically when the event occurs.   * python_init.py: called when the plugin is called. Will execute scripts in
       the 'init' subdirectory.
 EVENT_BORN  - python_born.py   * python_event.py: called when a global event (except plugin init) happens. Looks for
 EVENT_LOGIN - python_login.py      scripts in the revelant subdirectory (Crossfire.ScriptParameters()) and executes them.
 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  


Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2

File made using version 1.96 of cvs2html by leaf at 2006-02-15 17:31