Game Engine: I don't know
Game Version: v1.1.6
Options Required: 10x/100x Damage, Infinite HP or 100% block chance
Steam Website:
(you can also play on worldseed.eu)
Other Info: 10 euro via paypal to one who help

I was messing around with this and everything was mostly working fine, but I was moving items around to update quantity and I think it stored game state when a slot was empty but had a forced count, so now I get an error whenever I try to open the backpack - would you happen to know how to force a slot back to empty? Setting item count to 0 didn't work, and I'm completely unfamiliar with java.
klarbp3 wrote: ↑Wed Jun 08, 2022 9:43 pmI was messing around with this and everything was mostly working fine, but I was moving items around to update quantity and I think it stored game state when a slot was empty but had a forced count, so now I get an error whenever I try to open the backpack - would you happen to know how to force a slot back to empty? Setting item count to 0 didn't work, and I'm completely unfamiliar with java.
![]()
Code: Select all
n.inventory[0] = {}
Code: Select all
n.inventory[0] = true
Setting it to [ ] did the trick, appreciate the help!Aranaktu wrote: ↑Thu Jun 09, 2022 8:48 amor maybeCode: Select all
n.inventory[0] = {}
Code: Select all
n.inventory[0] = true
Users browsing this forum: adhgsjhgdqs, jaxensbetter