7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
int StartingConditional()
|
|
{
|
|
int nApp=GetAppearanceType(GetPCSpeaker());
|
|
if (nApp<7) return TRUE;
|
|
return FALSE;
|
|
}
|