OnIntercept(Out["ClickFurni"], e => { var TileID = e.Packet.ReadInt(); e.Block(); Send(Out["UseFurniture"],TileID,0); }); Wait();