Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack
In directory sc8-pr-cvs1:/tmp/cvs-serv18232/wolfpack
Modified Files:
console.py utilities.py
Log Message:
Work in Progress
on wolfpack.magic
Index: console.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/console.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** console.py 24 Mar 2003 13:02:23 -0000 1.5
--- console.py 25 Sep 2003 14:28:43 -0000 1.6
***************
*** 13,20 ****
return _wolfpack.console.getbuffer()
- def send():
- return _wolfpack.console.send( sring2console )
-
def reloadScripts():
return _wolfpack.console.reloadScripts()
--- 13,19 ----
return _wolfpack.console.getbuffer()
def reloadScripts():
return _wolfpack.console.reloadScripts()
+ log = _wolfpack.console.log
+ send = _wolfpack.console.send
Index: utilities.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/utilities.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** utilities.py 1 Sep 2003 04:56:44 -0000 1.16
--- utilities.py 25 Sep 2003 14:28:43 -0000 1.17
***************
*** 89,93 ****
return
! def statmodifier( char, time, mStr, mDex, mInt ):
# Dispel any old stat modifiers on this character
# And readd a new one (remove the old ones silently)
--- 89,93 ----
return
! def statmodifier( char, time, mStr = 0, mDex = 0, mInt = 0 ):
# Dispel any old stat modifiers on this character
# And readd a new one (remove the old ones silently)
|