Put the card on top of the deck

Is it possible to do so, that would be one particular card has always been top of the deck (even after shuffling) until one of the players will not take it?

PS: Sorry for my english

Xteda,

I need more clarification.

Not sure what you want to do with that particular card?

Put it on top (or bottom) of the deck?

Please give an example.

Stephen O

There is a deck A (the main deck in the game) and there is a deck B (added to the deck at the request of the player). In the deck B there is a special card, which should always be the top deck (according to the rules of the game). Is it possible, with the addition of a deck B into deck A, what would this special card was on top of the deck And after addition and after shuffling cards

You can do this, but the procedure is fairly elaborate. You need the right settings on Deck A (it must be set to Reshuffle: Never), then you need a new hidden deck somewhere set to (Reshuffle: Always).

The cards in Decks A and B all need two Send to Location traits–one to put them in the hidden deck described above, and another to put them back into Deck A. Finally, the special card in Deck B that’s supposed to be put on top needs an additional Send to Location that will pull it out of Deck B and place it somewhere else temporarily while everything else is getting moved around.

With a series of Global Key Commands, you’ll implement the following:

  1. Put all of Deck A into your hidden “shuffling” deck.
  2. Pull the special card out of Deck B and move it somewhere temporarily (not in a deck at all)
  3. Put the rest of Deck B into the hidden “shuffling” deck.
  4. Send all cards in the hidden shuffling deck back to Deck A (this is the process of shuffling A and B together).
  5. Send the special card to Deck A, where it will now be the top card.