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(); }
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(); } }