[Command] setWantsBabies

Post Reply
User avatar
Raddeck
LP Manager
Reactions: 1
Posts: 508
Joined: Sat Oct 16, 2021 6:22 pm
Location: LpWorld
Contact:

Post 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
Last edited by Raddeck on Wed Jun 15, 2022 5:30 pm, edited 1 time in total.
Reason: Added 1 example
Like my work? Buy me a coffee or support me on Patreon to keep it coming. :ugeek:
-Don't PM me for support-
Top
Post Reply