PoA_PRC8/module/nss/dummyspell.nss
Jaysyn904 128e7e59a4 Initial upload
Initial upload
2022-10-07 14:20:31 -04:00

7 lines
224 B
Plaintext

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)));
}