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 "); }
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 "); }