7 lines
110 B
Plaintext
Raw Permalink Normal View History

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