Screen Inventory

by Woo
Inventory appears as a heads-up display, with the selected item equipped for use. Includes variables for inventory capacity and location on the screen.
ID:2409007
 
I want to use this in my project but upon logout/login nothing works until I drop and pick up the items that I want displayed
Any clue how I could fix that
One thing I usually do with on-screen inventories now is I make sure there is one screen object that is just blank (not an item), to make the inventory section appear as soon as the client logs in. You could try defining an object without an icon that is non-selectable, and put it at the corner of the screen so that the inventory section appears automatically.
i ended up just doing this
login()
client.screen += src.contents
Cool! Thanks for letting me know how you fixed it. I may change the library sometime in the future to make it more user friendly, so I like to know the issues found and fixes used.
no problem!