[Condition] isMarried

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


USE:
Returns true if the calling actor is married.


TYPE: Condition, Reference
RETURNS: bool
THEME: Relationships
COMPARE: isDating


EXAMPLE:

Code: Select all

	Parent = getRelative(Parent)
	If Parent.isValid()
		If !Parent.isMarried()
			"Ever since my <Parent.mom_or_dad> left <Parent.o>, my <Parent.dad_or_mom> hasn't been the same."
		Endif
	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