[Condition] isDating

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 »

Actor.isDating()


USE:
Check if the actor is in a relationship with the player.
Alternatively, if the Actor is Player then it checks whether the player is currently in a relationship at all.


TYPE: Condition, Reference
RETURNS: bool
THEME: Relationships
COMPARE: loseDating, setDating, getSpecific(Dating)


EXAMPLE:

Code: Select all

    If Player.isDating()
        "I'm dating someone ..."
        If John.isDating()
            "And <John.name> is my <John.boyfriend_or_girlfriend>."
        Else
            "But my significant other isn't <John.name>."
        Endif
    Endif
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