Skip to main content

Condition_HasUsuryLoan

Description

Returns whether the BaseObject character has an active Usury loan. The condition checks only the BaseObject itself, not other Household members.

Parameters

ParameterDescription
BaseObjectThe character to check for a Usury loan.
CompareTypeEqual: returns true if the BaseObject has a Usury loan. NotEqual: returns true if the BaseObject does not have a Usury loan.

Examples

DescriptionBaseObjectCommandCompareType
Check if self has a Usury loanSelfHasUsuryLoanEqual
Check if self does not have a Usury loanSelfHasUsuryLoanNotEqual
Check if target has a Usury loanTargetHasUsuryLoanEqual