[wpdev-commits] xmlscripts/scripts gate.py,1.8,1.9
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-13 18:11:44
|
Update of /cvsroot/wpdev/xmlscripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15500 Modified Files: gate.py Log Message: Fix for gates to other maps Index: gate.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/gate.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** gate.py 7 Sep 2004 23:43:03 -0000 1.8 --- gate.py 13 Sep 2004 18:11:34 -0000 1.9 *************** *** 33,36 **** --- 33,38 ---- pos.y = target[1] pos.z = target[2] + if len(target) > 3: + pos.map = target[3] player.removefromview() player.moveto(pos) |