ID:179052
 
is there a way to order panels that you have in your game?
I believe , (not tested) that if you order them in the mob/Stat() thats how like if I wanted comm before hop then,

mob/Stat()
statpanel("comm")
stat("bopo")
statpanel("hop")

Basically like that.