UW2_PRC8/_module/nss/scry_isafk.nss

7 lines
110 B
Plaintext
Raw Permalink Normal View History

2023-09-25 20:24:01 -04:00
int StartingConditional()
{
if(GetLocalInt(GetPCSpeaker(), "PCL_AFK")== 1)
{return TRUE;}
return FALSE;
}