Thread: shorter way?
View Single Post
  #7  
Old 08-14-2007, 08:27 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
PHP Code:
for (i=0;i<4;i++) {
  if (
player.dir == && tiletype(int(this.x+vecy(i)), int(this.y+vecx(i)) != 22)
     goto(
int(this.x+vecy(i)), int(this.y+vecx(i)));

wee..?
__________________
Reply With Quote