PoA_PRC8/_module/nss/dummyspell.nss

7 lines
224 B
Plaintext
Raw Normal View History

2022-10-07 14:20:31 -04:00
void main()
{
ApplyEffectToObject(DURATION_TYPE_INSTANT, EffectHeal(1000),OBJECT_SELF);
ActionSpeakString("And you thought your spell might hurt me?");
DelayCommand(1.0, AssignCommand(OBJECT_SELF, ClearAllActions(TRUE)));
}