spawndef
Member
ok here my probleme,
i have made a gump with page.
using direct button is easy to do.
now im trying to open a gump from Send.Gump.
its is possible to open the gump at specific page #2 ?
and opening page #2
i have made a gump with page.
using direct button is easy to do.
Code:
AddButton( 500, 06, 5601, 5605, 1, GumpButtonType.Page, pageNumber = 1 );
its is possible to open the gump at specific page #2 ?
Code:
player.SendGump(new HistoryGump());