Battledale_PRC8/_module/nss/scry_isanon.nss

7 lines
111 B
Plaintext
Raw Permalink Normal View History

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