7 lines
111 B
Plaintext
7 lines
111 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
if(GetLocalInt(GetPCSpeaker(), "PCL_ANON")== 1)
|
||
|
{return TRUE;}
|
||
|
return FALSE;
|
||
|
}
|