5 lines
82 B
Plaintext
5 lines
82 B
Plaintext
int StartingConditional() {
|
|
return GetGender(GetPCSpeaker()) == GENDER_MALE;
|
|
}
|
|
|