Battledale_PRC8/_module/nss/scry_isafk.nss

7 lines
110 B
Plaintext
Raw Permalink Normal View History

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