Another great script! Now I am going to have to get busy.
I thought I would share a tweak that I found useful. I added this to the OnResponse() method of the CommandListGump. It will cause all the child gumps to close when the main gump is dismissed.
Code:
case 0:
{
m.CloseGump( typeof( CommandInfo ) );
break;
}
Don't get me wrong though this is a fantastic script!