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