Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14281/scripts/wolfpack
Modified Files:
consts.py
Log Message:
Added an onResurrect event.
Changed char.resurrect to accept the source of the resurrection as an optional parameter.
Index: consts.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/consts.py,v
retrieving revision 1.80
retrieving revision 1.81
diff -C2 -d -r1.80 -r1.81
*** consts.py 25 Sep 2004 19:57:28 -0000 1.80
--- consts.py 26 Sep 2004 21:37:31 -0000 1.81
***************
*** 394,398 ****
EVENT_GETSELLPRICE = 45
EVENT_SHOWVIRTUEGUMP = 46
! EVENT_COUNT = 47
"""
\end
--- 394,399 ----
EVENT_GETSELLPRICE = 45
EVENT_SHOWVIRTUEGUMP = 46
! EVENT_RESURRECT = 47
! EVENT_COUNT = 48
"""
\end
|