[Condition] isTrans
Posted: Sun Oct 31, 2021 7:40 pm
Actor.isTrans()
USE:
Check if the actor is transexual.
TYPE: Condition, Reference
RETURNS: bool
THEME: Gender
COMPARE: isMale(), isFemale, isGay(), isAsexual(), isBisexual()
EXAMPLE:
USE:
Check if the actor is transexual.
TYPE: Condition, Reference
RETURNS: bool
THEME: Gender
COMPARE: isMale(), isFemale, isGay(), isAsexual(), isBisexual()
EXAMPLE:
Code: Select all
If !Dating.isMale() && [Bull.isMale() || Bull.isTrans()] && !Dating.isPregnant() && Random(0, 100) < 30
Dating.impregnate()
Endif