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
ID:164288
Jun 30 2007, 4:09 pm (Edited on Jun 30 2007, 4:17 pm)
|
|
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.)