The banking addon provides voice-controlled bank teller interactions — check balance, withdraw, deposit, and view transaction history — at bank NPC locations.
BankingConfig.enabled#| Type | Default |
|---|---|
boolean | true |
Enable or disable the banking addon entirely.
BankingConfig.debug#| Type | Default |
|---|---|
boolean | Config.AddonDebug |
Enable debug logging for the banking addon. Follows the global AddonDebug setting by default.
BankingConfig.proximity#| Field | Type | Default | Description |
|---|---|---|---|
width | number | 3.5 | Box zone width around bank teller (meters) |
length | number | 4.0 | Box zone length around bank teller (meters) |
updateInterval | number | 500 | How often to check proximity (ms) |
BankingConfig.proximity = { width = 3.5, length = 4.0, updateInterval = 500, }
Last updated 14 days ago