HiddenTradition_PRC8/_module/nss/ro_h_checkmaster.nss
2024-06-20 15:47:42 -04:00

10 lines
163 B
Plaintext

// * Is the PCSpeaker
// * the Henchman's master?
int StartingConditional()
{
int iResult;
iResult = GetMaster() == GetPCSpeaker();
return iResult;
}