[Condition] isSameEthnic
Posted: Mon Jun 20, 2022 9:33 pm
Actor1.isSameEthnic(Actor2)
USE:
Check if both actors have the same ethnicity
TYPE: Condition, Reference
RETURNS:
THEME: Ethnicity Preference
COMPARE: isSameGender, isSameRace
EXAMPLE:
USE:
Check if both actors have the same ethnicity
TYPE: Condition, Reference
RETURNS:
THEME: Ethnicity Preference
COMPARE: isSameGender, isSameRace
EXAMPLE:
Code: Select all
If John.isSameEthnic(Jack)
...
Endif