USE:
Check if the two actors are the same (fantasy) race: human, elf, orc, vampire.
TYPE: Condition, Reference
RETURNS: bool
THEME: Fantasy
COMPARE: isSameGender
EXAMPLE:
Code: Select all
If John.isSameRace(Jack)
"They're both same race."
Endif
Code: Select all
If John.isSameRace(Jack)
"They're both same race."
Endif