int StartingConditional() { // this checks to see if the henchman is considered currently if (GetMaster(OBJECT_SELF) != GetPCSpeaker()) return TRUE; return FALSE; }