USE:
Check if an actor is interested in certain type of ethnicity.
Check if an actor is interested in a person because of their ethnicity type.
TYPE: Condition, Reference
RETURNS: bool
THEME: Ethnicity Preference
COMPARE: isInterestedIn, isInterestedInWomen, isInterestedInMen
EXAMPLE:
Code: Select all
If John.isInterestedInRace(Actor1)
...
Endif