EN4_PRC8/_module/nss/en4_hench_mstr.nss

11 lines
133 B
Plaintext
Raw Permalink Normal View History

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