[Condition] isContactExchanged

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


USE:
Check if the actor has exchanged numbers with the player.


TYPE: Condition, Reference
RETURNS: bool
THEME: Acquaintance
COMPARE: blockContact, exchangeContact


EXAMPLE:

Code: Select all

    If John.isContactExchanged()
        John(Happy):: "Well, you have my number. Just call me if you need anything else."
    Else
        John(Happy):: "Actually, why don't we exchange numbers. So that you'll know how to reach me if you need anything else."
        exchangeContact(John)
    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