[wpdev-commits] xmlscripts/scripts/commands invis.py,1.1,1.2
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-08-13 04:31:36
|
Update of /cvsroot/wpdev/xmlscripts/scripts/commands In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12095/commands Modified Files: invis.py Log Message: added removefromview Index: invis.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/invis.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** invis.py 9 Jul 2004 10:30:58 -0000 1.1 --- invis.py 13 Aug 2004 04:31:27 -0000 1.2 *************** *** 20,23 **** --- 20,24 ---- char = socket.player char.invisible = booleantoggle( char.invisible ) + char.removefromview() char.update() socket.sysmessage( "Invisible is now '%i'." % char.invisible ) |