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
ID:2409007
![]() Nov 2 2018, 3:35 pm
|
|
![]() Nov 2 2018, 8:06 pm
|
|
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.
|