View Single Post
  #11  
Old 02-21-2004, 08:28 PM
ZeLpH_MyStiK ZeLpH_MyStiK is offline
Scripter
ZeLpH_MyStiK's Avatar
Join Date: May 2003
Location: NYC
Posts: 553
ZeLpH_MyStiK is on a distinguished road
Send a message via MSN to ZeLpH_MyStiK Send a message via Yahoo to ZeLpH_MyStiK
Got bored so...
Dance:
NPC Code:

//#CLIENTSIDE
if (playerenters) timeout=.05;
if (timeout) {
if ((playerx in |0,32|) && (playery in |0,64|)) { //play with the numbers i made it work for the left half of the level
playersprite=int(random(0,41));
}
timeout=.5;
}

__________________
Reply With Quote