Well, I have a cooldown thing, and its like this
VarName="1"
sleep(300)
Varname="0"
It works fine for the cooldown part, but how do I display how much Sleep is left?
So it would say like "You need to wait 257 more seconds before you can use this again"
|
||||||||||||||||||||||||||||||||||||||||||||
Untested, so it might have something funky with it.
EDIT
Woops, had the var precede its definition...
EDIT2
Fixed again...