///////////////////////////////////////////////////////////////////////// // // www.ultima.smoce.net // Name: Vendor LastStatus // ///////////////////////////////////////////////////////////////////////// using System; using System.Collections.Generic; using System.Text; using Phoenix; using Phoenix.WorldData; using System.Linq; using Phoenix.Communication; using Phoenix.Runtime; using Phoenix.Runtime.Reflection; namespace Scripts.DarkParadise { public class ultima_smoce_net_1779630707 { [Command("KupVendor")] public static void Vendor() { UOCharacter vendor = new UOCharacter(Aliases.GetObject("laststatus")); UO.Say(0x00B3, " {0} buy",vendor.Name); } } }