int StartingConditional() { int iResult; iResult = FALSE; if (GetMaster(OBJECT_SELF) == GetPCSpeaker()) iResult = TRUE; return iResult; }