- Feb 2, 2021
- 60
- 44
SugarCube.State.active.variables.inventory.menuInv.inventory.list[1] = {"key": "wood", "qty": 20000}I want to be able to edit plastic, metal and wood, however i cant find the relevant values in the console, i wish to do the same with those in storage, Can you or anyone provide assistance?
SugarCube.State.active.variables.inventory.menuInv.inventory.list[2] = {"key": "metal", "qty": 20000}
SugarCube.State.active.variables.inventory.menuInv.inventory.list[3] = {"key": "plastic", "qty": 20000}
As the line is written in the console and paste it, you can change the numbers and the name of the material you receive, but be careful and save before entering commands so that you have the opportunity to roll back if you break something.
You don't have permission to view the spoiler content. Log in or register now.
Last edited: