Thread: shorter way?
View Single Post
  #8  
Old 08-15-2007, 01:06 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
I fail to see the need for a loop here...
PHP Code:
if (tiletype(int(this.vecx(player.dir)), int(this.vecy(player.dir))) != 22)
  goto(
int(this.vecx(player.dir)), int(this.vecy(player.dir)); 
__________________
Do it with a DON!
Reply With Quote