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