Can somone tell me the code to remove the default stat panel please.
Thanks
ID:176812
Dec 7 2002, 11:50 am
|
|
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.
|
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...