View Single Post
Old 07-20-2004, 09:46 PM   #3 (permalink)
David
Moderate
 
David's Avatar
 
Join Date: Nov 2002
Location: USA
Posts: 6,598
Default

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!
__________________
David Forum Moderator
The RunUO.com Forum Moderator Team

Forum Rules and Guidelines
RunUO Forum Search Engine
Download RunUO 2.0 RC2
David is offline   Reply With Quote