Ejemplo n.º 1
0
        public override void OnDoubleClick(Mobile from)
        {
            from.SendMessage("You make a copy of the key in your pack");
			
            BlueKey1 bluekey = new BlueKey1();
            if (!from.AddToBackpack(bluekey))
                bluekey.Delete();
        }
Ejemplo n.º 2
0
        public override void OnDoubleClick(Mobile from)
        {
            from.SendMessage("You make a copy of the key in your pack");

            BlueKey1 bluekey = new BlueKey1();

            if (!from.AddToBackpack(bluekey))
            {
                bluekey.Delete();
            }
        }