8 lines
129 B
Plaintext
8 lines
129 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
if(!(GetLocalInt(GetPCSpeaker(), "INVALID_APP") == 1))
|
||
|
return TRUE;
|
||
|
|
||
|
return FALSE;
|
||
|
}
|