Page 1 of 1

[Command] countPregnancyDays

Posted: Wed Nov 03, 2021 9:25 pm
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