[Feature Request] StorageMenu: add an option allow player store/retrieve item without Quantity Panel

Justus

Member
- Mode1: any item stack amount >= 1 will popup an Quantity
- Mode2: Only Item Stack amount >= 2 will popup an Quantity, if Item Stack amount == 1, store/retrieve immediately
- Mode3: always store/retrieve the whole stack immediately

Another better use model:
- If player press key1, behavior as Mode3
- If player press key2, behavior as Mode1

the key1 and key2 are configurable to assign to any input.
 
I would recommend you create your own custom StorageMenu.

I made everything virtual for the next update, such that you can use the built-in SotrageMenu as base.
But you can copy paste the contents to make your own if you prefer.
You'll have a lot more control over how it works
 
Top