USE:
Check if the two actors are the same gender
TYPE: Condition, Reference
RETURNS: bool
THEME: Gender
COMPARE: isMale, isDominantSex, isInterestedIn
EXAMPLE:
Code: Select all
If John.isSameGender(Jack)
"They're both <John.male_or_female>."
Endif