6 lines
121 B
Plaintext
6 lines
121 B
Plaintext
int StartingConditional()
|
|
{
|
|
if (GetPhenoType(GetPCSpeaker()) == PHENOTYPE_BIG) return TRUE;
|
|
else return FALSE;
|
|
}
|