- Home /
Inventory Help.
Hello, I can't make an inventory and I've been trying for nearly a year! I would like one where the item you pick up goes into the earliest slot, and then when you click one of the items it returns the value of that item for example a weapon, armour etc. Thanks :)
Answer by robertbu · Feb 17, 2013 at 05:21 PM
It is unlikely you'll get anyone to script an inventory system for you. If you by chance someones does it likely won't meet your requirements and/or you will not be able to integrate it into your game. If you Google this list for "Inventory" you will find nearly 2,800 hits. Many of these posts have source code. I saw a fairly significant system cross this list in the last month.
So if you want to build one, start small. Figure out how to display one texture, then figure out to display one of a set of textures, then figure out how to implement one slot. And so on. If you get stuck on any of the small steps, post your code to the list along with a well written question.