ID:273012
 
If I want multiple stat panels, but can only get one, whats the proper code for two?
You can have multiple 'statpanels' easliy, but you can only have one usable info control, the control that holds verb and stat panels. However, you can use other interface controls and use virtually how many of them as you want - grids, for example, which kinda outclass statpanels anyway.
If you're looking to get more than one, just categorize.
E.G:

verb
talk(msg as text)
set category = "Chat" // This will spawn a new stat panel
and place "talk" within it.