I'm making an inventory for a survival game, and I don't know how to make an inventory where the items show up like they would in a game like Minecraft or Terraria. All the tutorials are complex and have things like different places for different types of items. I just want a simple one. How do I make one?
Develop games in your browser. Powerful, performant & highly capable.
There's no magic simple fix, you'll need to use an array to store items. It's very easy to use though, check out array in the manual.