HiddenTradition_PRC8/_module/nss/ro_h_checkmaster.nss

10 lines
163 B
Plaintext
Raw Normal View History

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