USE:
Check if a pregnancy was the result of rape
TYPE: Command, Reference
RETURNS: String
THEME: Pregnancy
COMPARE:
Example:
Code: Select all
Rape = Actor.getPregnancyTag()
If Rape.isString("Aggressive") && !Actor.isDating()
"Of course <Actor.name> and I both know that this pregnancy wasn't the result of some loving relationship. Instead, it was the result of ..."
Endif