Voxpire submitted a new resource:
USA Flag - Display the USA Flag to your players!
Read more about this resource...
USA Flag - Display the USA Flag to your players!
A gump that displays the USA Flag!
View attachment 11778
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 ) ); }
Read more about this resource...