ID:164288
 
After asking a few people what kind of inventory system they would like (popup or tabs) they all said popup. So how would I go about having a popup that displays the inventory, then the inventories verbs displayed as clickable text beside it?

P.S. I have very limited HTML knowledge
You might want to look at some examples of things such as Browser Shops that are posted on the hub in various places. They could give you an idea.

If I were to do one, I might make a table showing images of all the inventory object's icons, then make links for each one that directs you (via obj/Topic()) to the obj/Click() proc or something.

Personally I'd prefer tabs, though, because its a whole lot less hassle for both programmer and user.

(Actually I prefer grids, but those aren't public yet.)