USA Flag

USA Flag 1.0.0.0

No permission to download
A gump that displays the USA Flag!

USAFlag.png


Example Implementation:

Send the gump when someone uses a special item...
Code:
public override void OnDoubleClick( Mobile from )
{
    base.OnDoubleClick( from );

    from.SendGump( new Server.Gumps.USAFlagGump( from ) );
}

Enhanced Client Not Supported
  • Like
Reactions: gametec
Author
Voxpire
Downloads
78
Views
2,218
First release
Last update
Rating
5.00 star(s) 5 ratings

More resources from Voxpire

Latest Updates

  1. Ding!

    It's that time of year again :cool:
Back