Skip to content

Fix deposit button bounds assignment in bank.simba#164

Merged
Torwent merged 1 commit intoWaspScripts:mainfrom
Rico-Rodriguez:patch-10
Feb 16, 2026
Merged

Fix deposit button bounds assignment in bank.simba#164
Torwent merged 1 commit intoWaspScripts:mainfrom
Rico-Rodriguez:patch-10

Conversation

@Rico-Rodriguez
Copy link
Contributor

@Rico-Rodriguez Rico-Rodriguez commented Feb 15, 2026

This pull request makes a small fix to the way deposit button bounds are assigned in the bank interface logic. The change ensures that each deposit button receives the correct bounding box rather than all using the same one.

  • Assigns each DepositButtons[i].Bounds to the corresponding boxes[i] instead of always using boxes[2] in bank.simba.

This was causing my script to ALWAYS click deposit gear despite calling depositinventory directly. This occurs when you have 3 deposit buttons present; Inventory, Gear, Empty Containers.

image

@Torwent Torwent merged commit bd006bd into WaspScripts:main Feb 16, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants