UW2_PRC8/_module/nss/dummyspell.nss
Jaysyn904 5197ad9a4d Initial upload
Initial upload
2023-09-25 20:24:01 -04:00

7 lines
224 B
Plaintext

void main()
{
ApplyEffectToObject(DURATION_TYPE_INSTANT, EffectHeal(5000),OBJECT_SELF);
ActionSpeakString("And you thought your spell might hurt me?");
DelayCommand(1.0, AssignCommand(OBJECT_SELF, ClearAllActions(TRUE)));
}