[Command] endPregnancy

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.endPregnancy()


USE:
Ends the pregnancy of the given actor.


TYPE: Command, Non-Ref
RETURNS: /
THEME: Pregnancy
COMPARE: impregnate(), isPregnant()


EXAMPLE:

Code: Select all

    If Player.isPregnant()
        Player.endPregnancy()
        Player(Sad)::"I just aborted my baby..."
    EndIf
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