Page 1 of 1

[Condition] isAffair

Posted: Sun Oct 31, 2021 1:25 am
by Raddeck
Actor.isAffair()


USE:
Check if you have committed an affair with this actor while with your current boyfriend / girlfriend.


TYPE: Condition, Reference
RETURNS: bool
THEME: Relationships
COMPARE: forgiveAffairs, getSpecific(Affair)


EXAMPLE:

Code: Select all

    If John.isAffair()
        John(Flirty):: "Oh baby, your stupid boyfriend has no idea what we've done."
    Endif