Inventory system!

code : GMHXW
so i was screwing around with arrays then i came across with a inventory system idea
so then i made it
overall its a inventory system dont really know how to explain it

1 Like

I would make a player array of ints (number of items a player has of each type) and a global array of strings (the name of each type).

i mean that probably would be smart
but im too lazy to do that right now
your welcome to thou

I didn’t open overwatch and load your code, sry :sweat_smile:

I just wanted to note my thoughts down, because … idk :grin:

i just have a number that tracks the total amount of items
and a list of items with some fancy hud to display it

1 Like