CoolDowns

by Zuruel
An easy way to make and handle those fancy cooldown effects in most modern action / rpg games
ID:2093820
 
Alternative Link: https://www.dropbox.com/s/bqfuqu3xcmnq0v3/ CoolDowns_src.zip?dl=0

Example:
obj/potion
CoolDown_Delay=10*seconds
Click()
..()
if(OnCoolDown)
usr<<"You must wait [round(CoolDown_Time/seconds)] seconds to use this agian."
return
else
Send_CoolDown()
usr<<"You used a potion"
Installation failed. It's not packaged properly.
Linking through Dropbox is probably still a problem. One service that works at present is OziBox (though you need to download the file once to acquire the link).
You mean CoolBeans?
In response to Lizard_Sphere_X
Thanks xD. I'll see if i can find another place to upload it to by the way.