Condition_CheckTaxPaymentAutomatic
Description
Checks if the BaseObject's household uses automatic tax payment (i.e., direct payment is disabled). Equal returns true when automatic payment is in use; NotEqual returns true when manual payment is used.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Character whose household tax payment mode will be checked |
| CompareType | Supported compare types: Equal, NotEqual |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| If Self's household uses automatic tax payment | Self | CheckTaxPaymentAutomatic | Equal |
| If Self's household uses manual tax payment | Self | CheckTaxPaymentAutomatic | NotEqual |
| If Target's household uses automatic tax payment | Target | CheckTaxPaymentAutomatic | Equal |
| If Target's household uses manual tax payment | Target | CheckTaxPaymentAutomatic | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents