[Condition] isPlayerMarried

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 »

isPlayerMarried()


USE:
checks if the player is married


TYPE: Condition, non-Ref
RETURNS: bool
THEME: Relationships
COMPARE: isMarried, isDating


EXAMPLE:

Code: Select all

If isPlayerMarried()
    Player(Crying):: "I cannot put up with this abusive marriage any longer ..."
    Divorce()
    loseDating()
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