ID:266433
 
how u make a new stat panel by VERB!
You can't really, but you can make it appear to. Just have a var called show_alt_panel.
mob
verb
Show_Panel()
usr.show_alt_panel = 1
Stat()
if(show_alt_panel)
stat("My stat:", my_stat)


That will make it, if the var show_alt_panel = 1, then show the stat.

-Rcet
In response to Rcet
MY OTHER STATPANEL GONE FOREVER!?