Ancordia_PRC8/_module/nss/henchhealall.nss

9 lines
164 B
Plaintext
Raw Permalink Normal View History

2023-09-21 19:51:32 -04:00
void main()
{
ClearAllActions();
SetLocalObject(OBJECT_SELF, "Henchman_Spell_Target", OBJECT_INVALID);
ExecuteScript("hench_o0_heal", OBJECT_SELF);
}