[Condition] isInterestedInRace
Posted: Mon Jun 20, 2022 9:31 pm
Actor.isInterestedInRace(Player)
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:
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