Description
Returns whether the BaseObject character has an active Usury loan.
The condition checks only the BaseObject itself, not other Household members.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character to check for a Usury loan. |
| CompareType | Equal: returns true if the BaseObject has a Usury loan. NotEqual: returns true if the BaseObject does not have a Usury loan. |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Check if self has a Usury loan | Self | HasUsuryLoan | Equal |
| Check if self does not have a Usury loan | Self | HasUsuryLoan | NotEqual |
| Check if target has a Usury loan | Target | HasUsuryLoan | Equal |