Tabletop Simulator

Tabletop Simulator

Universal Blackjack Card Counter
5 Comments
Kagenokami 31 Oct, 2016 @ 7:09pm 
*Has swirly eyes* So...confused. Sadly though I have attempted to learn scripting many times, I have so far failed. XD But I can at least understand the basic problem despite not understanding your solution. It is fine the way it is. Was merely curious is all :) Thank you so much for the response! ^.^
MrStump  [author] 31 Oct, 2016 @ 6:40pm 
The issue is that it checks for blackjack constantly, so there is no simple way. If you know scripting, you could add a bool variable which triggers when it is checking that there are 2 cards for blackjack and that the bool is false. Then set the bool to true so it is only checking once. Then have the "deal" button reset the bool to false again to allow that bit of code to run again.
Kagenokami 31 Oct, 2016 @ 4:37pm 
Omg this is great! One question though, how would I add in a function to make the counter broadcast that the dealer does NOT have blackjack if the checker finds that the dealer does not in fact have blackjack?
Corsaka 16 Oct, 2016 @ 3:37am 
THANKS SO MUCH
lelelelelelelelelelelelelelele 3 Oct, 2016 @ 3:29am 
As always, an extremely useful little script by MrStump.
Usable in various situations, not only BlackJack!
Thanks a lot, MrStump! :)