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
Code: Select all
If John.isSameAs(Jack)
"They're the same dude!"
Endif