ID:176812
 
Can somone tell me the code to remove the default stat panel please.
Thanks
mob
verb
Your_Verb
set category = "NEW STAT PANEL NAME HERE"

You would have to do the
set category = "NEW STAT PANEL NAME HERE"
for each verb though... I dont know if there is any other way to do this though...
In response to Nick231
You could also use client.default_verb_catrgory, but I think he meant STAT panels, not VERB panels, in which case, you simply use the statpanel("PanelName) in your Stat() proc, and everything after thet will be put in the new stat panel, until you call statpane() again.