[Condition] isAtDatingHome

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 »

isAtDatingHome()


USE:
Checks if player is at significant other's home rather than their own. (The WHERE : home trigger catches both)


TYPE: Condition, non-Ref
RETURNS: bool
THEME: location, Relationships
COMPARE: isAtHome, WHERE


EXAMPLE:

Code: Select all

SO::"Well, I have an early day tomorrow so..."
If isAtDatingHome()
    Player:: "OK, I'll just grab my things and go home."
Else
    Player:: "OK, I'll walk you to the door."
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