ID:157926
 
Hey. I'm trying to edit this skin file.

http://www.byond.com/members/Gamemakingdude/files/skin.dmf

To have an inventory tab.

The current code i have is this.

http://www.byond.com/members/Gamemakingdude/files/ MobStats.dm

But i'm unsure how to do it.

BTW SSX made the skin file for me.
Forgot to mention, i've already tried using statpanel as you can see in the code.
mob
Stat()
statpanel("Inventory")
stat("Inventory - ")
if(src.contents.len)
stat(src.contents)
else
stat("You have nothing in your inventory")
..()


"no usr in prawc!"

*EDIT* Also, check if you're properly adding the object to the person's inventory, if this doesn't work that is.

*DOUBLE EDIT* You didn't have your Info Tab's set to default.