ID:157635
 
In advance i have read most of lummox jr's skin tutorial...

How do I make a tab appear in sample tab? I really dont understand this,
mob/Stat()
if(statpanel("Stats"))//if you're in the stat panel stats
stat("HP: [usr.HP]")//show this panel

statpanel("Iventory", contents)//store contents in iventory
statpanel var (client)
Look for it in the Help area of the DM.

Also, what you are probably attempting to do is just
mob/Stat()
statpanel("Stats")
stat("HP:","[hp]/[maxhp]")
statpanel("Inventory",src.contents)

EDIT: Whoops misread, I see what your trying to do. *shrugs*
Sorry, but you're not providing decent information here.
A tab as in the skin element and a tab as created by the Stat element are very different.
You'll have to be precise when describing what you're actually trying to accomplish.