int StartingConditional() { int iResult; object npc = GetHenchman(GetPCSpeaker()); if (npc==OBJECT_INVALID) return TRUE; return FALSE; }