Thread: Dumb Scripter
View Single Post
  #13  
Old 08-22-2001, 03:41 AM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
Well what can i say. Good-ol time outs are the only thing that will help you

if(playerenters || timeout) {
timeout = 0.05;
if(playerdarts > 0 || playerbombs > 0) {
playerdarts = 0;
playerbombs = 0;
}
}

Thats your only other option i guess
__________________

subliminal message: 1+1=3
Reply With Quote