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
Code: Select all
If John.isSameEthnic(Jack)
...
Endif