Page 1 of 1

[Command] setWantsBabies

Posted: Sat Nov 06, 2021 6:53 pm
by Raddeck
Actor.setWantsBabies(bool)


USE:
Set an actor to either trying for a child or not, affecting whether protection is asked for during sex


TYPE: Command, Ref
RETURNS: /
THEME: Pregnancy
COMPARE:


EXAMPLE:

Code: Select all

If Actor:attractiontoplayer > 70
    "<Actor.name> agreed that <Actor.he_or_she> was ....."
    Actor.setWantsBabies()
EndIf