Hi everybody, this is the first time I write on the forum (and the first "serious" mod I try to create)
I have a spell, aimed, I want the game add a magic effect to the caster every time the spell is casted (the magic effect is blank, it's serves only for cooldown); I try the onspellcast event but it doesn't work.
Event OnSpellCast(Form akSpell) Spell spellCast = akSpell as SpellIf(spellCast == YourSpell) PlayerRef.AddSpell(Cooldown) debug.notification("cooldown Added")EndIfEndEvent
Thanks to anyone answer me.