[Condition] isOnPeriod
Posted: Sun Oct 31, 2021 7:12 pm
Actor.isOnPeriod()
USE:
Check if today is a 'dangerous day' for the actor.
TYPE: Condition, Reference
RETURNS: bool
THEME: Pregnancy
COMPARE: isPregnant()
EXAMPLE:
USE:
Check if today is a 'dangerous day' for the actor.
TYPE: Condition, Reference
RETURNS: bool
THEME: Pregnancy
COMPARE: isPregnant()
EXAMPLE:
Code: Select all
If Actor.isOnPeriod()
"<Actor.name> tells me to put on a condom since it's her fertile day today."
Endif