[Condition] isSameAs
Posted: Sun Oct 31, 2021 7:27 pm
Actor1.isSameAs(Actor2)
USE:
Check if the two actors are the same person
TYPE: Condition, Reference
RETURNS: bool
THEME: Identity
COMPARE: getID, isPlayer
EXAMPLE:
USE:
Check if the two actors are the same person
TYPE: Condition, Reference
RETURNS: bool
THEME: Identity
COMPARE: getID, isPlayer
EXAMPLE:
Code: Select all
If John.isSameAs(Jack)
"They're the same dude!"
Endif