6 lines
110 B
Plaintext
6 lines
110 B
Plaintext
int StartingConditional()
|
|
{
|
|
if (GetLocalInt(GetPCSpeaker(),"nMAI_UR")<1) return TRUE;
|
|
return FALSE;
|
|
}
|