if(usr.reps)
while(usr.reps)
usr.lock = 1
flick("blah",src)
flick("blah", usr)
usr.Blah()
usr.reps--
sleep(10)
usr.lock = 0
Problem description: Need to stop this if the user passes out, but have had no luck. I've tried using break and I've also tried to reset the usr.reps.
might work