[Condition] isAsexual

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.isAsexual()


USE:
returns true if the actor doesn't have any of the gender preferences "interested in male", "interested in female", or "interested in trans".


TYPE: Condition, Reference
RETURNS: bool
THEME: Gender Preference
COMPARE: isInterestedIn


EXAMPLE

Code: Select all

	If !Actor.isAsexual() && !Actor.isInterestedIn(Player) && Player.isMale()
		"<Actor.name> is probably a lesbian."
	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