itemcooldown

Returns the given item cooldown remaining.

itemcooldown(itemid) : boolean
-- alts
itemCooldown(itemid) : boolean
itemcd(itemID) : boolean

Example

if itemcooldown(HealthStone) then
return cast(HealthStone, 'player')
end