Esempio n. 1
0
        public static void OnSpun(ISpinningWheel wheel, Mobile from, int hue)
        {
            Item item = new SilkThread(3);
            item.Hue = hue;

            from.AddToBackpack(item);
            from.SendLocalizedMessage(1010576); // You put the balls of yarn in your backpack.
        }
Esempio n. 2
0
        public static void OnSpun(ISpinningWheel wheel, Mobile from, int hue)
        {
            Item item = new SilkThread(3);

            item.Hue = hue;

            from.AddToBackpack(item);
            from.SendLocalizedMessage(1010576); // You put the balls of yarn in your backpack.
        }