Page 1 of 1

[Command] setExRelative

Posted: Sat Nov 06, 2021 5:56 pm
by Raddeck
Actor.setExRelative(Actor2)


USE:
Make this normal NPC remember that they used to be related to the player.


TYPE: Command, Reference
RETURNS: /
THEME: Relationships
COMPARE: getRelative


EXAMPLE:

Code: Select all

    Actor2.cloneFrom(Actor)
    Actor2.setExRelative(Actor)