Page 1 of 1

[Command] removeNpcRelationship

Posted: Sat Nov 13, 2021 10:49 am
by Raddeck
removeNpcRelationship(Actor1, Actor2, ..., ActorN)


USE:
Remove any relationships between 2 or more NPCs.


TYPE: Command, non-Ref
RETURNS: /
THEME: NPC-NPC
COMPARE: addNPCRelationship, hasRelationship


EXAMPLE:

Code: Select all

    addNpcRelationship(Dating, John, Maria)
    "John and Maria have started dating. What a matchmaker I was!"

    "A few months later ..."
    removeNpcRelationship(John, Maria)
    "Oh no, they broke up ..."