[wpdev-commits] xmlscripts/scripts signpost.py,1.5,1.6
Brought to you by:
rip,
thiagocorrea
|
From: <dar...@us...> - 2003-09-23 12:19:12
|
Update of /cvsroot/wpdev/xmlscripts/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv31325 Modified Files: signpost.py Log Message: Changed scripts to resemble changes in wolfpack.registerglobal and wolfpack.registercommand Added barebone for new magic system. Index: signpost.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/signpost.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** signpost.py 16 Sep 2003 18:16:42 -0000 1.5 --- signpost.py 23 Sep 2003 12:19:00 -0000 1.6 *************** *** 5,9 **** # Register as a global script def onLoad(): ! wolfpack.registerglobal( HOOK_CHAR, EVENT_CHLEVELCHANGE, "signpost" ) def onCHLevelChange( char, level ): --- 5,9 ---- # Register as a global script def onLoad(): ! wolfpack.registerglobal( EVENT_CHLEVELCHANGE, "signpost" ) def onCHLevelChange( char, level ): |