[Condition] isAt

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.isAt(work)


USE:
Check if the player is at a specific location. Frequently used to separate 'WHERE: home' cases of the player being at home and being at their significant other's home.


TYPE: Condition, non-Ref
RETURNS: bool
THEME: Location
COMPARE: isAtHome, isAtDatingHome


EXAMPLE:

Code: Select all

    If Actor.isAt(work)
        "yes"
    Else
        "no"
    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