EN4_PRC8/_module/nss/en3info_chkmode1.nss

8 lines
114 B
Plaintext
Raw Permalink Normal View History

int StartingConditional()
{
if (GetLocalInt(GetPCSpeaker(),"FirstPerson") == 0)
return TRUE;
return FALSE;
}