Hi,
I have been looking at how to do a inventory system and I am stumbling on how to load a texture into the GUI.
I want to pull the inventory from the table created in a script.
then after this I would be looking at the drag and drop of the GUI system to populate a held in hand table for use in game.
For instance the inventory is items within the back pack that can not be used unless equipped into the in hand table, then you press numbers "1","2","3" (on the keyboard not the numpad) etc to use them.
That brings me to another question, is there a way to keyindex, like 49 is the index of key 1 on the keyboard, 50 is number 2 etc etc, as standard lua doesn't support this apparently according to google