예제 #1
0
        public LargeCruciformHiltPrompt(Mobile from, LargeCruciformHilt hilt, LongBlade blade)
        {
            m_Hilt = hilt;
            m_Blade = blade;

            from.SendMessage("Please type the code for the kind of sword you would like to make:");
            from.SendMessage(" 1 - Alyrian Claymore ");
            from.SendMessage(" 2 - Alyrian Longsword ");
        }
예제 #2
0
        public SCrucHLongBladePrompt(Mobile from, SmallCruciformHilt hilt, LongBlade blade)
        {
            m_Hilt = hilt;
            m_Blade = blade;

            from.SendMessage("Please type in the code for the weapon you would like to make:");
            from.SendMessage(" 1 - Longsword ");
            from.SendMessage(" 2 - Tyrean Broadsword ");
        }