[Command] countPregnancyDays
Posted: Wed Nov 03, 2021 9:25 pm
Actor.countPregnancyDays()
USE:
To count the days of pregnancy
TYPE: Command, Non-Ref
RETURNS: /
THEME: Pregnancy
COMPARE: impregnate(), isPregnant()
EXAMPLE:
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