[Condition] isDatingFriend

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.isDatingFriend()


USE:
Check if the actor is a friend of your significant other


TYPE: Condition, Reference
RETURNS: bool
THEME: Acquaintance
COMPARE: addDatingFriend, removeDatingFriend, getSpecific(Dating_Friend)


EXAMPLE:

Code: Select all

    If John.isDatingFriend()
        John(Happy):: "Nice to meet you at last, <Player.name>. <Dating.name> can't stop talking about you."
    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