Page 1 of 1

[Condition] isSameAs

Posted: Sun Oct 31, 2021 7:27 pm
by Raddeck
Actor1.isSameAs(Actor2)


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