Condition_CheckTaxPaymentDirect
Description
Checks whether the BaseObject's household uses manual (direct) tax payment. Equal returns true when direct tax payment is enabled; NotEqual returns true when it is disabled (automatic).
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 manual tax payment | Self | CheckTaxPaymentDirect | Equal |
| If Self's household uses automatic tax payment | Self | CheckTaxPaymentDirect | NotEqual |
| If Target's household uses manual tax payment | Target | CheckTaxPaymentDirect | Equal |
| If Target's household uses automatic tax payment | Target | CheckTaxPaymentDirect | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents