Update of /cvsroot/wpdev/xmlscripts/scripts/commands
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8542/commands
Modified Files:
__init__.py
Log Message:
Fixes
Index: __init__.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/__init__.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** __init__.py 15 Sep 2004 01:25:53 -0000 1.18
--- __init__.py 16 Sep 2004 16:42:28 -0000 1.19
***************
*** 196,200 ****
srcpos.z += 15
! srcpos.lineofsightnew(targpos)
def newlos(socket, command, arguments):
--- 196,201 ----
srcpos.z += 15
! result = srcpos.lineofsightnew(targpos)
! char.socket.sysmessage('RESULT: ' + str(result))
def newlos(socket, command, arguments):
|