Ancordia_PRC8/_module/nss/hench_notmaster.nss

8 lines
179 B
Plaintext
Raw Normal View History

2023-09-21 19:51:32 -04:00
int StartingConditional()
{
// this checks to see if the henchman is considered currently
if (GetMaster(OBJECT_SELF) != GetPCSpeaker()) return TRUE;
return FALSE;
}