Page 1 of 1

[Condition] isBisexual

Posted: Sun Nov 07, 2021 9:27 am
by Raddeck
Actor.isBisexual()


USE:
If interested in both same gender and opposite gender


TYPE: Condition, Reference
RETURNS: bool
THEME: Gender
COMPARE: isBisexualNonTrans, isSameGender, isInterestedIn


EXAMPLE:

Code: Select all

    If John.isBisexual()
        "<John.name> is a bisexual!"
    Endif