Page 1 of 1

[Condition] wantsBabies

Posted: Sun Oct 31, 2021 8:02 pm
by Raddeck
Actor.wantsBabies()


USE:
Check if the actor has agreed to try for a baby, i.e. would fuck without protection.


TYPE: Condition, Reference
RETURNS: bool
THEME: Pregnancy
COMPARE: isPregnant


EXAMPLE:

Code: Select all

    If Dating.wantsBabies()
        "My GF and I are trying for a child."
    Endif