[Command] setExRelative
Posted: Sat Nov 06, 2021 5:56 pm
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:
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)