Thread: dance floor
View Single Post
  #4  
Old 04-20-2002, 10:20 AM
Kadar Kadar is offline
Registered User
Join Date: Jan 2002
Posts: 636
Kadar is on a distinguished road
NPC Code:

if (timeout){
if (playery<49 && playery>33 && playerx<42 &&playerx>22)
{
playersprite = random(1,35);
}
timeout=.05;
}

__________________
Reply With Quote