///////////////////////////////////////////////////////////////////////// // // www.ultima.smoce.net // Name: HoDF // ///////////////////////////////////////////////////////////////////////// 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_1779638121 {[Executable] public void HoDF() { if (UO.Count(0x136C) > 0) { UO.UseType(0x136C); } else { UO.PrintObject(World.Player.Serial, 0x0025, "Nemas HoDF"); } } } }