Condition_HasEnoughCurrencyForTax
Description
Checks whether the BaseObject character has enough currency to pay the required tax for their home site. The comparison is performed between the character's current currency amount and the tax cost.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character whose currency amount is checked for tax payment (Self or Target). |
| CompareType | Supported compare types: Equal, NotEqual, Greater, Less, GreaterOrEqual, LessOrEqual. |
| S1 | Currency type to check (must be set to Mew). |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if self has enough Mew to pay the tax | Self | HasEnoughCurrencyForTax | GreaterOrEqual |
| Check if target does not have enough Mew to pay the tax | Target | HasEnoughCurrencyForTax | Less |
Back to Command FinderSearch and filter all 491 Script Condition documents