Thread: if player has?
View Single Post
  #11  
Old 04-26-2002, 08:24 PM
emortylone emortylone is offline
Registered User
Join Date: Apr 2002
Location: Control-NPC
Posts: 834
emortylone is on a distinguished road
put the timeout so that it loops as long as the hat is still active. Like:
if (strequals(#P1,hat109.png)) {timeout=0.05}
if (timeout&&strequals(#P1,hat109.png)) timeout=0.05;

that way it loops ONLY if the hat is still active. i'd add in just to be safe something so that if the hat is NOT active, timeout=0 just in case it glitches or something, who knows? heh.
---Shifter
__________________
Quote:
*Stefan: it seems sometimes they hire newbie scripters everywhere x-x
*Stefan: scripters are sometimes like people that draw paintings
*Stefan: all that counts is that it looks nice
Reply With Quote