mob/Stat()
statpanel("Stats")
stat("Health:","[usr.Health]") //shows the users Health
stat("Gold:","[usr.Wealth]") //shows the users wealth
stat("Combat Level:","[usr.CombatLevel]")
stat("Exp:","[usr.Exp]/[usr.MaxExp]")
stat("Strength:", "[Strength]")
stat("Defense:", "[Defense]")
stat("Agility:", "[Agility]")
stat("Archery:", "[Archery]")
stat("Tracking:","[Tracking]")
stat("Hunting:","[Hunting]")
stat("Taming:","[Taming]")
stat("Farming:","[Farming]")
stat("Cooking:","[Cooking]")
stat("Construction:","[Construction]")
stat("Magic:","[Magic]")
stat("Prayer:","[Prayer]")
stat("Mining:","[Mining]")
stat("Smithing:","[Smithing]")
stat("Crafting:","[Crafting]")
Problem description:The Coding itself is perfect... when i compile and run the statistics are set up exactly how i like them, the thing is the chat area cuts off the statistics area around farming so you have to move the chat area down which means you cant see what you or other people say. I want to know how you can make it so you can scroll down and view all of your stats without having to lower the screen thing itself. It would probably be better if i showed you a picture of what i mean because i know im being confusing right now, but i dont really know how to display pictures on the forum.