Page 1 of 1

[Condition] isMarried

Posted: Sun Oct 31, 2021 6:59 pm
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