Clue Escape Art Heist - English (2024)

  • Home
  • AUCTION TOMORROW NIGHT! SUNDAY SEPT 1 @6PM EST!
  • Clue Escape Art Heist - English(98198840)

× Bidding has ended on this item.

"); if (!$(this).is(":visible")) { $(this).fadeTo(1000, 1, function () { $(this).slideDown(500); }); } }); $('.detail__price--current').removeClass("green-color").removeClass("red-color").addClass(priceClass); } if (data.Accepted) { //prepare success system message systemMessage = "

×" + contextMessageDictionary["ActionSuccess"] + "

"; if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } //render checkout button if a lineitem was returned //EXCEPT: when Auto Generate Invoices is enabled, do not render checkout buttons for lots until the entire event has ended if (!autoGenerateInvoices && ownerAllowsInstantCheckout && data.LineItemID) { var checkoutUrl = 'https://www.thestockroom.ca/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f98198840%2fClue-Escape-Art-Heist-English'; if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } if (data.LineItemID && !highlightCheckoutButtonForBuyNow) { //render contact seller button if one does not already exist if (true && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=TSRAuction&template=ask_listing_question&listingID=98198841&returnUrl=%2FEvent%2FLotDetails%2F98198840%2FClue-Escape-Art-Heist-English'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if one does not already exist if (false && $("a.btn__detail__feedback").length == 0) { var feedbackUrl = '/Account/SubmitFeedback?ListingID=98198841&Receiver=TSRAuction'; var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } else { //ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

×" + contextMessageDictionary[data.ReasonString] + "

"; } else { systemMessage = "

×" + data.ReasonString + "

"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } else { //Context is null, but ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

×" + contextMessageDictionary[data.ReasonString] + "

"; } else { systemMessage = "

×" + data.ReasonString + "

"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } }); // render a checkout button if: // // - the lot ends successfully, and // - the winner is viewing, but only if // - auto gen invoices is disabled // // mainly to prevent one invoice per LOT per buyer, rather than the generally preferred one invoice per EVENT per buyer $(document).on("SignalR_UpdateListingStatus", function (event, data) { if ($.inArray(data.ListingID, interestingListings) < 0) return; if (autoGenerateInvoices || ownerAllowsInstantCheckout) { if (data.Status == "Successful" && data.LineItemID && data.LineItemPayerUN == "") { //when Auto Generate Invoices is enabled, do not render checkout buttons for lots until the entire event has ended if (!autoGenerateInvoices) { var checkoutUrl = 'https://www.thestockroom.ca/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f98198840%2fClue-Escape-Art-Heist-English'; var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } //render contact seller button if one does not already exist if (true && $("a.btn__detail__contactuser").length == 0) { //"/Account/SendListingMessage?receiver=tester1&template=ask_listing_question&listingID=166614&returnUrl=%2FListing%2FDetails%2F166614%2Ftest-item-J" var contactSellerUrl = '/Account/SendListingMessage?receiver=TSRAuction&template=ask_listing_question&listingID=98198841&returnUrl=%2FEvent%2FLotDetails%2F98198840%2FClue-Escape-Art-Heist-English'; var contactSellerHtml = '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if one does not already exist if (false && $("a.btn__detail__feedback").length == 0) { var feedbackUrl = '/Account/SubmitFeedback?ListingID=98198841&Receiver=TSRAuction'; var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } }); $(".GoToPrevLot").on("click", function () { var thisLotOrder = 3452; var lastLotOrder = 3498; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 97330802, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 3452; var lastLotOrder = 3498; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 97330802, lotOrder: (thisLotOrder + 1) }) .done(function (data) { console.log("next lot result: ", data); if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(document).on("SignalR_UpdateInvoiceStatus", function (event, data) { if ($.inArray(data.ListingID, interestingListings) < 0) return; jslog("SignalR_UpdateInvoiceStatus (listing, invoice, status, payer): " + data.ListingID + ", " + data.InvoiceID + ", " + data.InvoiceStatus + ", " + data.InvoicePayerUN); //show "View Invoice" or "Checkout" button if applicable if (data.InvoicePayerUN == aweUserName) { //get result of /RealTime/IsInvoicePayable?invoiceId=nnnnnn var promise = Proxy.invokeAsync("IsInvoicePayable", { invoiceId: data.InvoiceID }, function(result) { var checkoutUrl = 'https://www.thestockroom.ca/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f98198840%2fClue-Escape-Art-Heist-English'; if (result.isPayable) { //invoice is payable if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } if ($("a.btn__detail__checkout").length == 0) { //render checkout button if one does not already exist var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; $(".detail__context-menu").prepend(checkoutHtml).show(); jslog("checkout button rendered for invoice #" + data.InvoiceID); } } else { //the invoice is not payable, so instead of 'checkout' button, render 'view invoice' button if one does not already exist if ($("a.btn__detail__invoices").length == 0) { var viewInvoiceHtml = '

' + '' + '' + '' + '' + '' + '' + 'View Invoice' + '' + '' + '

'; $(".detail__context-menu").append(viewInvoiceHtml).show(); jslog("view invoice button rendered for invoice #" + data.InvoiceID); } } //only render the contact and/or feedback buttons if either // a) the web.config setting HighlightCheckoutButtonForBuyNow is set to False, or // b) the invoice is not payable if (!highlightCheckoutButtonForBuyNow || !result.isPayable) { //render contact seller button if one does not already exist if (true && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=TSRAuction&template=ask_listing_question&listingID=98198841&returnUrl=%2FEvent%2FLotDetails%2F98198840%2FClue-Escape-Art-Heist-English'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for invoice #" + data.InvoiceID); } //render feedback button if one does not already exist if (false && $("a.btn__detail__feedback").length == 0) { var feedbackUrl = '/Account/SubmitFeedback?ListingID=98198841&Receiver=TSRAuction'; var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for invoice #" + data.InvoiceID); } } }, function(error) { jslog("Error retrieving invoice status (1): " + error); } ); promise.fail(function (jqXHR, textStatus) { jslog("Error retrieving invoice status (2): " + textStatus); }); } }); });

Back To Catalog


Shipping Information

No buyer premiums or hidden costs, all items are subject to applicable tax. We offer a 30-day warranty on any items with electronic/mechanical components, or if any items were misrepresented unless items are listed "As-is". Otherwise, all items are final sale. Canceled items are subject to a 10% cancellation/restocking fee.

All won items must be picked up/paid for during the pickup period for this auction event (TuesdaySept3 to Saturday, Sept 7). 2 Week pickup extensions are available if the order is paid by the Saturday deadline. For shipping, please contact us for a shipping quote before payment of your invoice. ALL FIRST-TIME BUYERS MUST SHOW VALID PHOTO ID AT PICKUP.Failure to pick up items will lead to item forfeiture, and we will re-list them, and your account may be suspended. All purchases are subject to applicable taxes within Canada and prices are in CAD. If you would like an extension, please prepay the order before the Saturday deadline. We can hold orders for one additional auction cycle, anything not picked up after that will be forfeited, with no refunds provided.

ITEM CANCELLATIONS WILL RESULT IN A 10% RESTOCKING FEE

Items may only be returned if first approved via email. Items may only be returned if they are malfunctioning (not working as intended)or were misrepresented in our description. There are no returns for buyer's remorse, or clothing that does not fit to your liking. All returns are at our discretion. Our warranty does not cover physical damage that occurs while in your possession and/or not present in the listing for the item. Claims for physical damage can only be made at the time of pickup and you are encouraged to inspect your items while you are on site. Attempting an abusive return or fraud return will result in permanent suspension. Fraud returns will result in criminal charges. Warranty claims must be made within 30 days of auction end date. There are no exceptions to this.

All auction items end on Sunday, September 1, starting at 6pm, one after the other, every 5seconds. There will be a 60-second auto-extend if bids are placed in the final 60 seconds.

Once you've received your invoice, please book your pickup time using the scheduling tool. Just call when you get here, and we'll have your order prepared and brought out to you.We encourage you to checkout online, for a more streamlined checkout experience.If you are unable to pay online, you may pay onsite. We offerfree shipping on orders of $200 and over, pre-tax, and items must all be marked "shippable". Items marked "Pickup or courier only, can be shipped but for a charge and are not eligible for free shipping. Items marked pickup only can only pickup up, and will not be shipped.

Our store is located at:

301 & 327 Evans Ave

Toronto, Ontario

M8Z 1K2

[emailprotected]

416 207 9755

Items marked "Shippable" or "Pickup and Courier Only" can be shipped. Items marked "Pickup Only" can only be picked up. We can ship anywhere in Canada and the USA.Please reply to your invoice requesting a shipping quote prior to payment. Buyer is responsible for all shipping costs, unless order pre-tax total is over $200, and all items on invoice are marked shippable. Orders containing "Pickup or Courier Only" items do not qualify for free shipping.Contact us for clarification on a specific item.

Itemsmust be picked up and paid forbetween TuesdaySept 3to Saturday Sept 7. TwoWeek extensions are available if order paid by the Saturday deadline. Orders not paid up within the two week extension period are forfeit and no refunds will be given.Weare open for pickup between the hours of 11-8pm Monday to Friday, and 11-6pm on Saturday. If you require an extension, please prepay the order online.

Our store is located at:

301 & 327 Evans Ave

Toronto, Ontario

M8Z 1K2

[emailprotected]

416 207 9755

This Auction Uses Proxy Bidding.

Active

Clue Escape Art Heist - English Clue Escape Art Heist - English (1)

Lot # 105-8

Clue Escape Art Heist - English (2)

  • Clue Escape Art Heist - English (3)

  • Clue Escape Art Heist - English (4)

  • Clue Escape Art Heist - English (5)

  • Clue Escape Art Heist - English (6)

  • Clue Escape Art Heist - English (7)

  • Clue Escape Art Heist - English (8)

Details

  • MSRP $26
  • Condition New (Open Box)
  • Product Link Click Here
  • This Item is Shippable
  • Lot # 105-8
  • System ID # 98198840
  • End Date
  • Start Date
  • Current Price $4.00 ( )
  • 5 Bid(s) View Bid History
  • High Bidder: mrfrostyman

Description

New(Open Box), Inspected and Complete.

  • ESCAPE AND SOLVE MYSTERY GAME Clue Robbery at the Museum offers the intrigue of the classic murder mystery game, Clue, with a fresh, heist-themed story and an escape room board game format
  • 1-TIME SOLVE COOPERATIVE GAME: In this Clue Escape & Solve Mystery game, players join forces and use sleuthing skills to escape the museum, then catch the traitor to crack the case. For 1-6 players
  • DYNAMIC GAMEBOARD: Players move their pawns around the board exploring exhibits. The gameboard builds and changes, revealing rooms and clues as players solve puzzles that unlock the museum
  • COLLECT CLUES: Figure out the who, where, and what to win! Track down clues and collect evidence for the final solve. The more clues players gather, the easier to make the correct accusation
  • FOR FRIENDS AND FAMILY GAME NIGHTS: Players ages 10+ can immerse themselves in this cinematic, single-play experience. It's a mystery board game that'll draw all into a story they won't forget
  • MYSTERY GAMES MAKE GREAT FAMILY GIFTS: Strategy board games are excellent gifts for families that love playing indoor games together

Payment Instructions

Payment can be made online via PayPal/Credit Card, or in person via cash/credit/debit. If you require shipping, please request a shipping quote prior to payment. 30 Day warranty for electronic/mechanical items, and for items not as described.

Details

  • MSRP $26
  • Condition New (Open Box)
  • Product Link Click Here
  • This Item is Shippable
  • Lot # 105-8
  • System ID # 98198840
  • End Date
  • Start Date
Clue Escape Art Heist - English (2024)

FAQs

Is Clue Escape a one-time game? ›

Fun, single use, escape room game

It's like a typical escape room game where you can only play once. Instructions were clear and easy to follow. We had a blast and were able to solve the mystery!

Can you play Clue Robbery at the Museum more than once? ›

This is a one time game so once the family plays it's done.

Are Clue Escape games replayable? ›

None of the materials are destroyed or ruined, and they could be put back together easily and played again (you would have no reason to play it multiple times, but you could gift it to another person). With the Exit games usually pieces must be cut or bent or otherwise destroyed which makes replay impossible.

Can you play Clue Escape multiple times? ›

Because the mystery is always the same, this game can only be played once, but it's easy to reset and pass along to a friend. This twist on play-at-home escape games captured the fun of an escape room as well as the spirit of Clue.

Can you go out and back into a room in Clue? ›

You may enter or leave a room either by rolling the die and moving through a doorway or moving through a Secret Passage. As soon as you enter a room, you must stop moving, regardless of how much movement you have left.

Can you guess the same room twice in a row in Clue? ›

The room named in a Suggestion must always be the one into which the suggesting player's own pawn has been moved. A player may make only one Suggestion after entering a room, and may not make another until entering another room or else, using at least TWO TURNS, leaving and then re-entering the same room.

Can you play Clue more than once? ›

This means that you can easily play Cluedo more than once, because it's very unlikely you'll have the same solution twice in a row - and, even if you do, you won't know it's the same until it's revealed.

Is Clue a one player game? ›

Cluedo (/ˈkluːdoʊ/), known as Clue in North America, is a murder mystery game for three to six players (depending on editions) that was devised in 1943 by British board game designer Anthony E. Pratt. The game was first manufactured by Waddingtons in the United Kingdom in 1949.

How long can a game of Clue last? ›

Clue is a classic board game for players ages eight and up. The game takes about an hour to play and calls for three to six players to investigate a murder by gathering evidence.

Is there a sequel to Clue game? ›

Clue II: Murder in Disguise | Cluedo Wiki | Fandom.

References

Top Articles
Latest Posts
Article information

Author: Rubie Ullrich

Last Updated:

Views: 6183

Rating: 4.1 / 5 (72 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Rubie Ullrich

Birthday: 1998-02-02

Address: 743 Stoltenberg Center, Genovevaville, NJ 59925-3119

Phone: +2202978377583

Job: Administration Engineer

Hobby: Surfing, Sailing, Listening to music, Web surfing, Kitesurfing, Geocaching, Backpacking

Introduction: My name is Rubie Ullrich, I am a enthusiastic, perfect, tender, vivacious, talented, famous, delightful person who loves writing and wants to share my knowledge and understanding with you.