PRC8/trunk/scripts/prc_ai_mob_spell.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -04:00

8 lines
228 B
Plaintext

void main()
{
if(GetIsObjectValid(GetMaster(OBJECT_SELF)))
ExecuteScript("x2_hen_spell", OBJECT_SELF);
else
ExecuteScript("x2_def_spell", OBJECT_SELF);
ExecuteScript("prc_npc_spellat", OBJECT_SELF);
}