[Command] removeNpcRelationship

Post Reply
User avatar
Raddeck
LP Manager
Reactions: 1
Posts: 508
Joined: Sat Oct 16, 2021 6:22 pm
Location: LpWorld
Contact:

Post 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 ..."
Like my work? Buy me a coffee or support me on Patreon to keep it coming. :ugeek:
-Don't PM me for support-
Top
Post Reply