///////////////////////////////////////////////////////////////////////// // // www.ultima.smoce.net // Name: Steal // ///////////////////////////////////////////////////////////////////////// using Phoenix; using Phoenix.WorldData; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; using System.Runtime.InteropServices; using System.Collections; using System.Threading; using System.Diagnostics; using System.Drawing; namespace Phoenix.Scriptsdawa { public class smoce_asdsdasdsadasdas { [Executable] public static void steal() { UO.UseType(0x1EB8); UO.Wait(2500); UO.Print("Muzes zacit krast."); UO.Wait(500); } } }