A gump that displays the USA Flag!
Example Implementation:
Send the gump when someone uses a special item...
public override void OnDoubleClick( Mobile from )
{
base.OnDoubleClick( from );
from.SendGump( new Server.Gumps.USAFlagGump( from ) );
}
Enhanced Client Not Supported
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.