public InternalGump(Mobile summoner, WayStone_DungeonVersion stone) : base(0, 0) { m_Summoner = summoner; mStone = stone; this.Closable = true; this.Disposable = true; this.Dragable = true; this.Resizable = false; AddPage(0); AddBackground(180, 57, 396, 100, 2600); AddImage(264, 35, 1419); AddImageTiled(338, 34, 86, 43, 2601); AddLabel(338, 47, 0, "Way Stone"); AddLabel(278, 76, 0, String.Format("You Are Being Summond By {0}.", summoner.Name)); AddLabel(300, 90, 0, "Do You Want To Accept?"); AddButton(304, 113, 247, 248, 1, GumpButtonType.Reply, 0); AddButton(385, 114, 243, 241, 0, GumpButtonType.Reply, 0); }
public InternalGump(Mobile summoner, WayStone_DungeonVersion stone) : base(0, 0) { m_Summoner = summoner; mStone = stone; this.Closable=true; this.Disposable=true; this.Dragable=true; this.Resizable=false; AddPage(0); AddBackground(180, 57, 396, 100, 2600); AddImage(264, 35, 1419); AddImageTiled(338, 34, 86, 43, 2601); AddLabel(338, 47, 0, "Way Stone"); AddLabel(278, 76, 0, String.Format("You Are Being Summond By {0}.", summoner.Name)); AddLabel(300, 90, 0, "Do You Want To Accept?"); AddButton(304, 113, 247, 248, 1, GumpButtonType.Reply, 0); AddButton(385, 114, 243, 241, 0, GumpButtonType.Reply, 0); }