[Condition] DatingHasHome

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 »

DatingHasHome()


USE:
Checks to see if the player's significant other lives in their own apartment.


TYPE: Condition, non-Ref
RETURNS: bool
THEME: Housing, Relationships
COMPARE: PlayerHasHome, isAtHome, isAtDatingHome, loseHomeDating


EXAMPLE:

Code: Select all

If !PlayerHasHome()
	Player:: "I can't afford to rent my own apartment."
	If DatingHasHome()
		Player:: "Maybe I can move in with my girlfriend instead?"
	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