itemcooldown
Returns the given item cooldown remaining.
itemcooldown(itemid) : boolean-- altsitemCooldown(itemid) : booleanitemcd(itemID) : boolean
Example
if itemcooldown(HealthStone) then return cast(HealthStone, 'player')end
Returns the given item cooldown remaining.
itemcooldown(itemid) : boolean-- altsitemCooldown(itemid) : booleanitemcd(itemID) : boolean
Example
if itemcooldown(HealthStone) then return cast(HealthStone, 'player')end