Thread: dance floor
View Single Post
  #1  
Old 04-20-2002, 07:39 AM
ckb1985 ckb1985 is offline
Registered User
ckb1985's Avatar
Join Date: Mar 2002
Location: NY
Posts: 413
ckb1985 is on a distinguished road
Send a message via ICQ to ckb1985 Send a message via AIM to ckb1985
dance floor

I need a little help here currently it only works if you start up on the dance floor and then it doesnt stop if you leave


// NPC made by DĂșnedain lots of help from shadowless warrior
if (playery<49 && playery>33 && playerx<42 &&
playerx>22)
{timeout=0.5;
}
else if (playery>49 || playery<33 || playerx>42|||
playerx<22)
{timeout=0;
}


if (timeout) {
playersprite=23;sleep 1;playersprite=37;sleep
1;playersprite=1;sleep 1;playersp
rite=3;timeout=.5;}
Reply With Quote