Page 1 of 1

[Condition] PlayerHasHome

Posted: Sun Oct 31, 2021 7:56 pm
by Raddeck
PlayerHasHome()


USE:
Checks if the player lives in their own apartment.


TYPE: Condition, non-Ref
RETURNS: bool
THEME: Housing
COMPARE: DatingHasHome, 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