Update of /cvsroot/wpdev/xmlscripts/scripts/speech
In directory sc8-pr-cvs1:/tmp/cvs-serv31886/speech
Modified Files:
banker.py barber.py pets.py stablemaster.py
Log Message:
Changed scripts to resemble changes in wolfpack.registerglobal and wolfpack.registercommand
Added barebone for new magic system.
Index: banker.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/speech/banker.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** banker.py 23 Sep 2003 12:21:04 -0000 1.7
--- banker.py 23 Sep 2003 12:22:46 -0000 1.8
***************
*** 8,12 ****
#===============================================================#
- from wolfpack.speech import addKeyword,setCatchAll
from wolfpack.consts import *
import wolfpack
--- 8,11 ----
Index: barber.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/speech/barber.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** barber.py 23 Sep 2003 12:21:04 -0000 1.7
--- barber.py 23 Sep 2003 12:22:46 -0000 1.8
***************
*** 8,12 ****
#===============================================================#
- from wolfpack.speech import addKeyword,setCatchAll
from wolfpack.consts import *
from wolfpack.gumps import cGump
--- 8,11 ----
Index: pets.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/speech/pets.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** pets.py 23 Sep 2003 12:21:04 -0000 1.8
--- pets.py 23 Sep 2003 12:22:46 -0000 1.9
***************
*** 8,12 ****
#===============================================================#
- from wolfpack.speech import addKeyword,setCatchAll
from wolfpack.consts import *
import wolfpack
--- 8,11 ----
Index: stablemaster.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/speech/stablemaster.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** stablemaster.py 23 Sep 2003 12:21:04 -0000 1.5
--- stablemaster.py 23 Sep 2003 12:22:46 -0000 1.6
***************
*** 8,12 ****
#===============================================================#
- from wolfpack.speech import addKeyword,setCatchAll
from wolfpack.consts import *
from wolfpack.gumps import cGump
--- 8,11 ----
|