Tabletop Simulator

Tabletop Simulator

Top Card Taker
11 Comments
Edward 10 Feb @ 9:54pm 
It would be incredible if the ability to recall the deck and shuffle the deck was added to this. Looking for another tool like it and there is nothing. Regardless thanks for the great work.
Wise 15 Jun, 2023 @ 2:50pm 
if you want to get it to flip the card you deal add ,Flip=true at the end of the pos

deck.takeObject({
position={posX, posY, posZ},flip = true
})
Pawel 14 Aug, 2020 @ 2:23pm 
In one of the last updates they added a way to make this take the last card of a deck
----------------------
deck.takeObject({ ... })
remainderCard = deck.remainder

... then you can use "remainderCard" in subsequent events in that script.
----------------------

I would love if this would work with this object. Unfortunately I currently don't have the time or know-how to make it work, but I will try at some other time. Maybe someone else cares to fix it?
Dave 24 Jun, 2020 @ 2:16pm 
if there is only one card remaining, it doesn't deal. Or am I doing something wrong?
Mateo 13 May, 2020 @ 1:25pm 
I have two questions regarding dealing cards (for a Ticket to Ride project)

1. I would like the "deal cards" button to deal a card only if there isn't already a card that exists at the X and Y coords I've listed for pos. 1. I can't seem to figure out a =false line to make this happen.

2. Is there a way to make a card that is dealt flip automatically?
FuMo 15 Jan, 2017 @ 5:07pm 
ohhhh, well dont worry thanks anyway, still good work mate :)
MrStump  [author] 15 Jan, 2017 @ 3:40pm 
I don't think there is currently a way to reorder the contents of a bag with scripting, sorry.
FuMo 15 Jan, 2017 @ 2:44pm 
Amazing all your work.

Maybe you can help me. I need a Bag thats when i putting tiles in it, they going to bottom, can you make it?
MrStump  [author] 5 Oct, 2016 @ 7:06pm 
pos = self.getPosition()
pos = {pos.x+5, pos.y, pos.z}

Then use pos in place of the position in the takeObject() function and it should do it.
ozjesting 5 Oct, 2016 @ 6:19pm 
Excellent tool thanks!
I am new to all this mind you. I figured out how to change how many cards it deals so I can use it how I need to. But I don't know how to change where the cards get dealt. Center of board (table?) seems to be default. Any hints on how to keep it near deck used?
Regardless, this will be very handy helper, thanks again.
Eliont 29 Sep, 2016 @ 8:28am 
Thank you