usa

  1. Voxpire

    USA Flag 1.0.0.0

    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
Back