ID:180261
 
Ok, here's I have an inventory, right? ok that's easy. but what i want is not only an inventory, but a list of skills too, i want them to be kind like items, so they can be collected in ways. but how do i make them objs and go into a different stat panel?

also how do i make pictures show up in my inventory?
to make a picture of something show up inside an inventory, do the following.

mob
Stat()
statpanel("Test")
stat("Picturehere:",test)
var
test

obj
blah
icon = 'blah.dmi'
verb
showpicture()
set src in usr
usr.test = src
pickup()
set src in oview(1)
src.Move(usr)

this is one way that you can get an obj to show up inside a statpanel. So far you can only show an obj in the statpanel, rather than just a file.