Battledale_PRC8/_module/nss/scry_isnoanon.nss

7 lines
111 B
Plaintext
Raw Normal View History

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