Hi, do you know how to add cooldown on spell so it would work for monsters aswell ?
i have a monster revscript, example attacks:
monster.attacks = {
{name ="melee", interval = 1500, chance = 80, minDamage = -2100, maxDamage = -3000},
{name ="firestorm", cooldown = 9000, interval = 2000...