Пример #1
0
        public override void OnSingleClick(Mobile from)
        {
            if (m_Boat != null && m_Boat.ShipName != null)
            {
                LabelTo(from, 1042884, m_Boat.ShipName);                 // the tiller man of the ~1_SHIP_NAME~
            }
            else
            {
                base.OnSingleClick(from);
            }

            LabelTo(from, m_Boat.DecayState());                         // This structure is...
        }