[Condition] isSameGender
Posted: Sun Oct 31, 2021 7:28 pm
Actor1.isSameGender(Actor2)
USE:
Check if the two actors are the same gender
TYPE: Condition, Reference
RETURNS: bool
THEME: Gender
COMPARE: isMale, isDominantSex, isInterestedIn
EXAMPLE:
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