Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Gambling Roller of Macros

Has anyone created a Table or Macros that they use for gambling, I would really like to see what people are using. Maybe some way to place a bet and then roll some dice. Then have it resolve and give feedback on how much you win or lose.
1486048436
Ziechael
Forum Champion
Sheet Author
API Scripter
If you are a powercards user (or open to using them) I have a number of chance games I wrote some/stole and modified some macro's for: !power {{ --emote|@{selected|token_name} tries their luck with the wheel. --name|Roulette --hroll|[[ [$type] ?{Wager Type?|Odd (x2),1|Even (x2),2|Red (x2),3|Green (x2),4|Specific Number (x35),5|1-12 (x3),6|13-24 (x3),7|25-36 (x3),8|0 (x50),9} +0d0]] --?? $type.total == 1 ?? !choice1|**Choice:** Odd --?? $type.total == 2 ?? !choice2|**Choice:** Even --?? $type.total == 3 ?? !choice3|**Choice:** Red --?? $type.total == 4 ?? !choice4|**Choice:** Green --?? $type.total == 5 ?? !choice5|**Choice:** Number [[ [$num] ?{Which Number (1-36)?|1} + 0d0]] --?? $type.total == 6 ?? !choice6|**Choice:** 1-12 --?? $type.total == 7 ?? !choice7|**Choice:** 13-24 --?? $type.total == 8 ?? !choice8|**Choice:** 25-36 --?? $type.total == 9 ?? !choice9|**Choice:** 0 --Wager|[[ [$bet] ?{How Much?|5} +0d0]]gp --!spinemote|**Good luck ladies and gentlemen!** --Result|[[ [$spin] 1d37cs3cs5cs7cs9cs11cs13cs15cs17cs19cs21cs23cs25cs27cs29cs31cs33cs35cf2cf4cf6cf8cf10cf12cf14cf16cf18cf20cf22cf24cf26cf28cf30cf32cf34cf36-1]] --?? $type == 1 AND $spin % 2 ?? !loser1|**No win this time** --?? $type == 2 AND $spin ~% 2 ?? !loser2|**No win this time** --?? $type == 3 AND $spin % 2 ?? !loser3|**No win this time** --?? $type == 4 AND $spin ~% 2 ?? !loser4|**No win this time** --?? $type == 5 AND $spin <> $num ?? !loser5|**No win this time** --?? $type == 6 AND $spin > 12 ?? !loser5|**No win this time** --?? $type == 7 AND $spin < 13 OR $spin > 24 ?? !loser5|**No win this time** --?? $type == 8 AND $spin < 25 ?? !loser5|**No win this time** --?? $type == 9 AND $spin <> 0 ?? !loser5|**No win this time** --?? $type == 1 AND $spin ~% 2 ?? !winner1|**You win** ^^ Your prize = [[ ?{How Much?}*2]]gp --?? $type == 2 AND $spin % 2 ?? !winner2|**You win** ^^ Your prize = [[ ?{How Much?}*2]]gp --?? $type == 3 AND $spin ~% 2 ?? !winner3|**You win** ^^ Your prize = [[ ?{How Much?}*2]]gp --?? $type == 4 AND $spin % 2 ?? !winner4|**You win** ^^ Your prize = [[ ?{How Much?}*2]]gp --?? $type == 5 AND $spin == $num ?? !winner5|**You win** ^^ Your prize = [[ ?{How Much?}*35]]gp --?? $type == 6 AND $spin > 0 AND $spin <13 ?? !winner6|**You win** ^^ Your prize = [[ ?{How Much?}*3]]gp --?? $type == 7 AND $spin > 12 AND $spin < 25 ?? !winner7|**You win** ^^ Your prize = [[ ?{How Much?}*3]]gp --?? $type == 8 AND $spin > 24 ?? !winner8|**You win** ^^ Your prize = [[ ?{How Much?}*3]]gp --?? $type == 9 AND $spin == 0 ?? !winner9|**You win** ^^ Your prize = [[ ?{How Much?}*50]]gp }} !power {{ --emote|@{selected|token_name} tries their luck at the ‘In Between’ table --name|In Between --leftsub|Odds --rightsub|5/2 --Rules|Centre die must be between the outer rolls. Ties lose. If the outer rolls match you lose. --Wager|[[ [$bet] ?{How Much?|5} + 0d0]]gp --!blurb|**Come on for papa!!!** --Rolls|[[ [$r1] 1d20cs>21cf>1]] • [[ [$r2] 1d20cs>1cf>1]] • [[ [$r3] 1d20cs>21cf>1]] --?? $r2 < $r3 AND $r2 > $r1 AND $r1 <> $r3 ?? Winner!|Your winnings: [[floor(?{How Much?}*5/2)]]gp --?? $r2 > $r3 AND $r2 < $r1 AND $r1 <> $r3 ?? Winner!|Your winnings: [[floor(?{How Much?}*5/2)]]gp --?? $r1 == $r3 OR $r2 == $r1 OR $r2 == $r3 ?? Loser!|Better luck next time }} !power {{ --emote|@{selected|token_name} tries their luck on the slot machine. --name|Slot Machine --Wager|[[?{How Much?|5} + 0d0]]gp --!stuff|You pull the handle and stand back as the clockwork ticks away inside. ^^ Eventually the reels stop, one by one: --Result|[[ [$r1] 1d8 ]] | [[ [$r2] 1d8 ]] | [[ [$r3] 1d8 ]] --?? $r1 == 6 AND $r2 == 6 AND $r3 == 1 ?? !win1|**Ding Ding Ding** ^^ You win [[?{How Much?}*2]]gp --?? $r1 == 6 AND $r2 == 1 AND $r3 == 6 ?? !win1a|**Ding Ding Ding** ^^ You win [[?{How Much?}*2]]gp --?? $r1 == 1 AND $r2 == 6 AND $r3 == 6 ?? !win1b|**Ding Ding Ding** ^^ You win [[?{How Much?}*2]]gp --?? $r1 == 6 AND $r2 == 6 AND $r3 == 2 ?? !win2|**Ding Ding Ding** ^^ You win [[?{How Much?}*3]]gp --?? $r1 == 6 AND $r2 == 2 AND $r3 == 6 ?? !win2a|**Ding Ding Ding** ^^ You win [[?{How Much?}*3]]gp --?? $r1 == 2 AND $r2 == 6 AND $r3 == 6 ?? !win2b|**Ding Ding Ding** ^^ You win [[?{How Much?}*3]]gp --?? $r1 == 6 AND $r2 == 6 AND $r3 == 3 ?? !win3|**Ding Ding Ding** ^^ You win [[?{How Much?}*4]]gp --?? $r1 == 6 AND $r2 == 3 AND $r3 == 6 ?? !win3a|**Ding Ding Ding** ^^ You win [[?{How Much?}*4]]gp --?? $r1 == 3 AND $r2 == 6 AND $r3 == 6 ?? !win3b|**Ding Ding Ding** ^^ You win [[?{How Much?}*4]]gp --?? $r1 == 6 AND $r2 == 6 AND $r3 == 4 ?? !win4|**Ding Ding Ding** ^^ You win [[?{How Much?}*5]]gp --?? $r1 == 6 AND $r2 == 4 AND $r3 == 6 ?? !win4a|**Ding Ding Ding** ^^ You win [[?{How Much?}*5]]gp --?? $r1 == 4 AND $r2 == 6 AND $r3 == 6 ?? !win4b|**Ding Ding Ding** ^^ You win [[?{How Much?}*5]]gp --?? $r1 == 6 AND $r2 == 6 AND $r3 == 5 ?? !win5|**Ding Ding Ding** ^^ You win [[?{How Much?}*6]]gp --?? $r1 == 6 AND $r2 == 5 AND $r3 == 6 ?? !win5a|**Ding Ding Ding** ^^ You win [[?{How Much?}*6]]gp --?? $r1 == 5 AND $r2 == 6 AND $r3 == 6 ?? !win5b|**Ding Ding Ding** ^^ You win [[?{How Much?}*6]]gp --?? $r1 == 1 AND $r2 == 1 AND $r3 == 1 ?? !win8|**Ding Ding Ding** ^^ You win [[?{How Much?}*4]]gp --?? $r1 == 2 AND $r2 == 2 AND $r3 == 2 ?? !win9|**Ding Ding Ding** ^^ You win [[?{How Much?}*8]]gp --?? $r1 == 3 AND $r2 == 3 AND $r3 == 3 ?? !win10|**Ding Ding Ding** ^^ You win [[?{How Much?}*10]]gp --?? $r1 == 4 AND $r2 == 4 AND $r3 == 4 ?? !win11|**Ding Ding Ding** ^^ You win [[?{How Much?}*12]]gp --?? $r1 == 5 AND $r2 == 5 AND $r3 == 5 ?? !win12|**Ding Ding Ding** ^^ You win [[?{How Much?}*24]]gp --?? $r1 == 6 AND $r2 == 6 AND $r3 == 6 ?? !win13|**JACKPOT** ^^ You win [[?{How Much?}*36]]gp }} !power {{ --emote|@{selected|token_name} tries their luck on the big slot machine. --name|Zowie Slot Machine --Wager|[[?{How Much?|5} + 0d0]]gp --!stuff|You pull the big handle and stand back as the clockwork ticks away inside. ^^ Eventually the reels stop, one by one: --Result|[[ [$r1] 1d8 ]] | [[ [$r2] 1d8 ]] | [[ [$r3] 1d8 ]] --?? $r1 == 6 AND $r2 == 6 AND $r3 == 1 ?? !win1|**Ding Ding Ding** ^^ You win [[?{How Much?}*2]]gp --?? $r1 == 6 AND $r2 == 1 AND $r3 == 6 ?? !win1a|**Ding Ding Ding** ^^ You win [[?{How Much?}*2]]gp --?? $r1 == 1 AND $r2 == 6 AND $r3 == 6 ?? !win1b|**Ding Ding Ding** ^^ You win [[?{How Much?}*2]]gp --?? $r1 == 6 AND $r2 == 6 AND $r3 == 2 ?? !win2|**Ding Ding Ding** ^^ You win [[?{How Much?}*4]]gp --?? $r1 == 6 AND $r2 == 2 AND $r3 == 6 ?? !win2a|**Ding Ding Ding** ^^ You win [[?{How Much?}*4]]gp --?? $r1 == 2 AND $r2 == 6 AND $r3 == 6 ?? !win2b|**Ding Ding Ding** ^^ You win [[?{How Much?}*4]]gp --?? $r1 == 6 AND $r2 == 6 AND $r3 == 3 ?? !win3|**Ding Ding Ding** ^^ You win [[?{How Much?}*6]]gp --?? $r1 == 6 AND $r2 == 3 AND $r3 == 6 ?? !win3a|**Ding Ding Ding** ^^ You win [[?{How Much?}*6]]gp --?? $r1 == 3 AND $r2 == 6 AND $r3 == 6 ?? !win3b|**Ding Ding Ding** ^^ You win [[?{How Much?}*6]]gp --?? $r1 == 6 AND $r2 == 6 AND $r3 == 4 ?? !win4|**Ding Ding Ding** ^^ You win [[?{How Much?}*8]]gp --?? $r1 == 6 AND $r2 == 4 AND $r3 == 6 ?? !win4a|**Ding Ding Ding** ^^ You win [[?{How Much?}*8]]gp --?? $r1 == 4 AND $r2 == 6 AND $r3 == 6 ?? !win4b|**Ding Ding Ding** ^^ You win [[?{How Much?}*8]]gp --?? $r1 == 6 AND $r2 == 6 AND $r3 == 5 ?? !win5|**Ding Ding Ding** ^^ You win [[?{How Much?}*10]]gp --?? $r1 == 6 AND $r2 == 5 AND $r3 == 6 ?? !win5a|**Ding Ding Ding** ^^ You win [[?{How Much?}*10]]gp --?? $r1 == 5 AND $r2 == 6 AND $r3 == 6 ?? !win5b|**Ding Ding Ding** ^^ You win [[?{How Much?}*10]]gp --?? $r1 == 6 AND $r2 == 6 AND $r3 == 7 ?? !win6|**Ding Ding Ding** ^^ You win [[?{How Much?}*12]]gp --?? $r1 == 6 AND $r2 == 7 AND $r3 == 6 ?? !win6a|**Ding Ding Ding** ^^ You win [[?{How Much?}*12]]gp --?? $r1 == 7 AND $r2 == 6 AND $r3 == 6 ?? !win6b|**Ding Ding Ding** ^^ You win [[?{How Much?}*12]]gp --?? $r1 == 6 AND $r2 == 6 AND $r3 == 8 ?? !win7|**Ding Ding Ding** ^^ You win [[?{How Much?}*15]]gp --?? $r1 == 6 AND $r2 == 8 AND $r3 == 6 ?? !win7a|**Ding Ding Ding** ^^ You win [[?{How Much?}*15]]gp --?? $r1 == 8 AND $r2 == 6 AND $r3 == 6 ?? !win7b|**Ding Ding Ding** ^^ You win [[?{How Much?}*15]]gp --?? $r1 == 1 AND $r2 == 1 AND $r3 == 1 ?? !win8|**Ding Ding Ding** ^^ You win [[?{How Much?}*8]]gp --?? $r1 == 2 AND $r2 == 2 AND $r3 == 2 ?? !win9|**Ding Ding Ding** ^^ You win [[?{How Much?}*12]]gp --?? $r1 == 3 AND $r2 == 3 AND $r3 == 3 ?? !win10|**Ding Ding Ding** ^^ You win [[?{How Much?}*14]]gp --?? $r1 == 4 AND $r2 == 4 AND $r3 == 4 ?? !win11|**Ding Ding Ding** ^^ You win [[?{How Much?}*16]]gp --?? $r1 == 5 AND $r2 == 5 AND $r3 == 5 ?? !win12|**Ding Ding Ding** ^^ You win [[?{How Much?}*20]]gp --?? $r1 == 6 AND $r2 == 6 AND $r3 == 6 ?? !win13|**Ding Ding Ding** ^^ You win [[?{How Much?}*24]]gp --?? $r1 == 7 AND $r2 == 7 AND $r3 == 7 ?? !win14|**JACKPOT** ^^ You win [[?{How Much?}*50]]gp --?? $r1 == 8 AND $r2 == 8 AND $r3 == 8 ?? !win15|**ZOWIE!!!** ^^ You win [[?{How Much?}*100]]gp }} !power {{ --emote|@{selected|token_name} watches closely as the dealer swaps the cards time and time again... --name|Find the Lady --Wager|[[?{How Much?|5} + 0d0]]gp --!blurb|The dealers hands flash through a well practiced routine, with a deep breath you point to the card you believe to be ‘The Lady’ --hrolls|[[ [$res] 1d20 + @{selected|spot} ]] [[ [$tar] 1d20 + 7 ]] --?? $res >= $tar ?? Win!|You find the lady and win [[?{How Much?}*2]]gp --?? $res < $tar ?? Lose|The lady eludes you this time. }} !power {{ --emote|@{selected|token_name} spins the wheel. --name|Wheel of Fortune --hroll|[[ [$type] 1d20]] --Cost|[[ [$bet] 100 +0d0]]gp --!spinemote|**Round and round she goes, where she stops, nobody knows!** --?? $type.total == 1 ?? !choice1|**Result:** Spin the Wheel of Misfortune 5 Times!!!!! --?? $type.total == 2 ?? !choice2|**Result:** Spin the Wheel of Misfortune 4 Times!!!! --?? $type.total == 3 ?? !choice3|**Result:** Spin the Wheel of Misfortune 3 Time!!! --?? $type.total == 4 ?? !choice4|**Result:** Spin the Wheel of Misfortune 2 Time!! --?? $type.total == 5 ?? !choice5|**Result:** Spin the Wheel of Misfortune 1 Time! --?? $type.total == 6 ?? !choice6|**Result:** Better luck next time --?? $type.total == 7 ?? !choice7|**Result:** 25 gp win --?? $type.total == 8 ?? !choice8|**Result:** 50 gp win --?? $type.total == 9 ?? !choice9|**Result:** 75 gp win --?? $type.total == 10 ?? !choice10|**Result:** Admission price returned --?? $type.total == 11 ?? !choice11|**Result:** Empowerment! (+2 STR for 1 week) --?? $type.total == 12 ?? !choice12|**Result:** Enlightenment! (+2 WIS for 1 week) --?? $type.total == 13 ?? !choice13|**Result:** Congratulations 500 gp win --?? $type.total == 14 ?? !choice14|**Result:** Congratulations 1.000 gp win --?? $type.total == 15 ?? !choice15|**Result:** FREE SPIN --?? $type.total == 16 ?? !choice16|**Result:** Enchantment! (+2 CHA for 1 week) --?? $type.total == 17 ?? !choice17|**Result:** Enlargement! (+1 size category for 1 week) --?? $type.total == 18 ?? !choice18|**Result:** Congratulations 2.000 gp win --?? $type.total == 19 ?? !choice19|**Result:** Congratulations 5.000 gp win --?? $type.total == 20 ?? !choice20|**Result:** JACKPOT ~25,000 gp~ JACKPOT }} !power {{ --emote|@{selected|token_name} discovers their punishment. --name|Wheel of Misfortune --hroll|[[ [$type] 1d10]] --!spinemote|**May the Gods have mercy on your soul!** --?? $type.total == 1 ?? !choice1|**Result:** Shrunken Head (-1 size category for 1 week) --?? $type.total == 2 ?? !choice2|**Result:** Cursed Soul (-1 to attack and damage for 1 week) --?? $type.total == 3 ?? !choice3|**Result:** Greased Palms (25% chance to drop held items each round for 1 week) --?? $type.total == 4 ?? !choice4|**Result:** 2,000 gp penalty --?? $type.total == 5 ?? !choice5|**Result:** Enfeeblement (-2 STR for 1 week) --?? $type.total == 6 ?? !choice6|**Result:** Entrapment (-2 DEX for 1 week) --?? $type.total == 7 ?? !choice7|**Result:** 1,000 gp penalty --?? $type.total == 8 ?? !choice8|**Result:** Personal Anti-Magic Field (Magic and magic items will not work for you for 1 week nor can you be affected by magic) --?? $type.total == 9 ?? !choice9|**Result:** Bad Breath (-2 to skills involving talking to others for 1 week) --?? $type.total == 10 ?? !choice10|**Result:** Divine intervention, no effect this time. }} !power {{ --emote|@{selected|token_name} tries their luck at the ‘In Between’ table --name|High vs Low --leftsub|[[ [$roll] ?{How Many Dice|1,2,3} + 0d0 ]] --rightsub|[[?{How Many Dice}+1]]x Payout --Rules|Highest Total Wins. Ties Lose. --Wager|[[ [$bet] ?{How Much?|5} + 0d0]]gp --!blurb|**Roll the Bones!!!** --Rolls|[[ [$r1] [[?{How Many Dice}]]d6 ]] • [[ [$r2] [[?{How Many Dice}]]d6 ]] --?? $r1 > $r2 ?? Winner!|Your winnings: [[?{How Much?}*[[?{How Many Dice}+1]] ]]gp --?? $r1 == $r2 OR $r2 > $r1 ?? Loser!|Better luck next time. }} Here are the rules for the games too: Around the room there are a number of games of chance set up, mainly based on cards or dice which can be easily cleared away and hidden should the need arise. Also at the far end of the room is a number of large boxes with levers on the side of them. Patrons seem to be inserting coins into slots near the top and occasionally getting more back than they put in! In the middle of the boxes is a huge version with a lever requiring two-hands to pull. #highvlow High v Low single dice = double or nothing bets only High v Low double dice = treble or nothing bets only High v Low triple dice = quadruple or nothing bets only #inbetween In Between (dice game) = win your stake * 2.5 (5/2 odds) Requires DM: High v Low cards = double or nothing bets only Blackjack = double or nothing versus the house #findthelady Find the lady = spot check versus variable DC to double your money #roulette Roulette = bet on odd/even/green/red/specific number/1-12/13-24/25-36/0 to potentially win big #slotmachine Slot Machine = simple 3 reel machine with a variety of winning combinations #zowieslotmachine Zowie Slot Machine = bigger reels mean for bigger, if rarer, payouts #wheeloffortuneYou may even make ONE spin on the fabled wheel of fortune for 100gp but beware, you may end up a victim of the wheel of misfortune! ( #wheelofmisfortune )
I have a bunch of casino macros I made up. I took most of these from the back of the AD&D 1st ed DMG. Slots Variant &{template:default} {{name=Slots}} {{Gambling=?{Bet|5} GP}}{{roll=**Payouts**}} {{6-6-1=[[?{Bet|5}*2]] GP}} {{6-6-2=[[?{Bet|5}*3]] GP}} {{6-6-3=[[?{Bet|5}*4]] GP}} {{6-6-4=[[?{Bet|5}*5]] GP}} {{6-6-5=[[?{Bet|5}*6]] GP}} {{1-1-1=[[?{Bet|5}*4]] GP}} {{2-2-2=[[?{Bet|5}*8]] GP}} {{3-3-3=[[?{Bet|5}*10]] GP}} {{4-4-4=[[?{Bet|5}*12]] GP}} {{5-5-5=[[?{Bet|5}*24]] GP ***Winner***}} {{6-6-6=[[?{Bet|5}*36]] GP ***Jackpot***}} {{Results=[[1d6]] | [[1d6]] | [[1d6]]}} Zowie Slot Variant &{template:default} {{name=Zowie Slots}} {{Gambling = ?{Bet|5} GP}} {{roll=**Payouts**}} {{6-6-1=[[?{Bet|5}*2]] GP}} {{6-6-2=[[?{Bet|5}*4]] GP}} {{6-6-3=[[?{Bet|5}*6]] GP}} {{6-6-4=[[?{Bet|5}*8]] GP}} {{6-6-5=[[?{Bet|5}*10]] GP}} {{6-6-7=[[?{Bet|5}*12]] GP}} {{6-6-8=[[?{Bet|5}*15]] GP}} {{1-1-1=[[?{Bet|5}*8]] GP}} {{2-2-2=[[?{Bet|5}*12]] GP}} {{3-3-3=[[?{Bet|5}*14]] GP}} {{4-4-4=[[?{Bet|5}*16]] GP}} {{5-5-5=[[?{Bet|5}*20]] GP}} {{6-6-6=[[?{Bet|5}*24]] GP}} {{7-7-7=[[?{Bet|5}*50]] GP ***Jackpot***}} {{8-8-8=[[?{Bet|5}*100]] GP ***Zowie!!***}} {{Results=[[1d8]] | [[1d8]] | [[1d8]]}} In Between &{template:default} {{name=In Between}}{{Gambling=?{Bet|10} GP}} {{Results=[[1d20cs>21cf>1]] • [[1d20cs>1cf>1]] • [[1d20cs>21cf>1]]}} {{odds= **5/2**}} {{payout= [[?{Bet|10}*5/2]] GP}} {{rules= Center die must be  between the other two. *Tie=loss*. **If outside dice match automatic loss.** }} and My version of Roulette &{template:default} {{name=Roulette}}{{Gambling=?{Bet|5} GP}}  {{Result=[[{1d36cs>37cf<0}*{ceil(1d2/2)}]]}} {{[[?{Bet|5}*2]] GP=Red/Green}} {{[[?{Bet|5}*2]] GP =Odd/Even}} {{[[?{Bet|5}*35]] GP=Number}}  {{Number=***or   Color***}} {{Bet=***♦ ?{Betting number 1-36, Red/Green, or Odd/Even| Green} ♦***}} My players love going to the casino even if they don't win often. Happy gaming
1486052110
Ziechael
Forum Champion
Sheet Author
API Scripter
^^ I knew I had stolen most of mine from somewhere (and applied the powercards treatment to them lol). All credit to Ed :)
Where can I find powercards?
Ziechael said: ^^ I knew I had stolen most of mine from somewhere (and applied the powercards treatment to them lol). All credit to Ed :) I thought those looked familiar lol.
1486061469
The Aaron
Pro
API Scripter
Jerry F. said: Where can I find powercards? <a href="https://app.roll20.net/forum/permalink/4285059/" rel="nofollow">https://app.roll20.net/forum/permalink/4285059/</a>
Tanks The Aaron!!
1486061650
The Aaron
Pro
API Scripter
Also, I don't know if it applies, but this script might be useful:&nbsp; <a href="https://app.roll20.net/forum/post/2525970/slug%7D" rel="nofollow">https://app.roll20.net/forum/post/2525970/slug%7D</a>
Thank you very much, how have I not been using PowerCards, it's great.
PowerCards might be more noticeable if I ever got off my ass and added a few more things to it and make it a one-click install script.
1486067955
The Aaron
Pro
API Scripter
(Hey, if you need a bit of help with that, you wouldn't be the first API Scripter I've helped with it...)
Yeah PowerCards are a must have and need to be in the Script Library immediately!!!
Also would be a cool thing to build a place where people can share their designs. Like they have done with the table exports.
1486071002

Edited 1486112835
Ziechael
Forum Champion
Sheet Author
API Scripter
SkyCaptainXIII said: PowerCards might be more noticeable if I ever got off my ass and added a few more things to it and make it a one-click install script. And lose it's 'exclusive club' feel? ;)
1486077522

Edited 1486112843
Ziechael said: SkyCaptainXIII said: PowerCards might be more noticeable if I ever got off my ass and added a few more things to it and make it a one-click install script. And lose it's 'exclusive club' feel? ;) Well often times when something is really good, it has to be shared with humanity so that we can thrive from it.
1486078154

Edited 1486112854
Ziechael said: SkyCaptainXIII said: PowerCards might be more noticeable if I ever got off my ass and added a few more things to it and make it a one-click install script. And lose it's 'exclusive club' feel? ;) It's an exclusive club feel?
1486112977
Ziechael
Forum Champion
Sheet Author
API Scripter
SkyCaptainXIII said: It's an exclusive club feel? Well, in so far as being part of the somewhat exclusive club who actually took the time to read through the opening post in order to find the link to the script lol On-topic, the conditional logic that Powercards offers can allow for a lot more fun casino style games than the ones listed for you so far OP, I highly recommend 'joining the club' ;)