[Condition] wantsBabies
Posted: Sun Oct 31, 2021 8:02 pm
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:
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