Battledale_PRC8/_module/nss/jw_rany_check.nss

12 lines
172 B
Plaintext
Raw Permalink Normal View History

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