Exemplo n.º 1
0
        public InfoTileGump(Mobile from, InfoTile tile) : base(100, 100)
        {
            m_From = from;
            m_Tile = tile;

            StartTimer();

            AddPage(0);
            AddBackground(400, 30, 375, 400, 9380);
            AddBackground(430, 80, 315, 300, 9300);

            AddHtml(440, 90, 295, 280, m_Tile.Message, false, true);
        }
Exemplo n.º 2
0
		public InfoTileGump( Mobile from, InfoTile tile ) : base( 100, 100 )
		{
			m_From = from;
			m_Tile = tile;

			StartTimer();

			AddPage( 0 );
			AddBackground(400, 30, 375, 400, 9380);
			AddBackground(430, 80, 315, 300, 9300);

			AddHtml( 440, 90, 295, 280, m_Tile.Message, false, true );
		}