Inventory / array question
Ok, I got this so far.
inventory= [];
occupied = false;
stack:=false;
invLen = inventory.length;
invMax = 12;
stackMax=100;
questItem= false;
How would I go about setting up the inventory visualy. A suggestion, because as of two hours ago, I am stuck