[Command] getPregnancyTag

Post Reply
User avatar
Raddeck
LP Manager
Reactions: 1
Posts: 508
Joined: Sat Oct 16, 2021 6:22 pm
Location: LpWorld
Contact:

Post 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
Like my work? Buy me a coffee or support me on Patreon to keep it coming. :ugeek:
-Don't PM me for support-
Top
Post Reply