ID:177735
 
how do i get a new panel for stats and an inventory ever time i try I get around 5 new errors
mob/Stat()
..()
statpanel("Stats")//statpanel is for seperate panels
stat("Thingy")//for each stat
statpanel("Contents",contents)//includes the contents list in this mo
In response to Super16
how do i put hp and str
In response to Gyouza1
stat("HP=[usr.hp]")
In response to Soccerguy13
thx both of u