Page 1 of 1

[Condition] isDatingFriend

Posted: Sun Oct 31, 2021 1:44 am
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