EN6_PRC8/_module/nss/en4_hench_washen.nss

10 lines
166 B
Plaintext
Raw Permalink Normal View History

int StartingConditional()
{
int iResult;
iResult = FALSE;
if (GetName(GetPCSpeaker()) == GetLocalString(OBJECT_SELF,"Master"))
iResult = TRUE;
return iResult;
}