Page 1 of 1

[Command] getPregnancyTag

Posted: Mon Nov 01, 2021 9:57 pm
by Raddeck
Actor.getPregnancyTag()


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