[Command] countPregnancyDays

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


USE:
To count the days of pregnancy


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


EXAMPLE:

Code: Select all

"Hopefully I wish I took it in time and won't get pregnant."
If Player.isPregnant()
    Days = countPregnancyDays()
    If Days < 10
        Player.endPregnancy()
    Endif
Endif
Last edited by Raddeck on Mon May 09, 2022 7:09 pm, edited 1 time in total.
Reason: Example added
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