I use the "Dealer" Script (thanks, @keithcurtis) to hand out "bennies" in our Savage World campaign. A benny is akin to an Inspiration in D&D.
I have a Deck labeled "Bennies" (really just a deck of single sided tokens) and use the "Dealer" script, and this macro:
!deal --give ?{Bennies|1} --Bennies
@{selected|token_name} gets ?{Bennies} bennies!
/fx burst-water
I select a player token, click the macro button, and enter the # of bennies to be awarded at the prompt. The players all see that bennies have been awarded, along with a little glowy FX around the player token.
This works great, but I'm trying to automate the start of the night where players and GM start with a set # of bennies at the start of the play session -- so I just need to press a "Start-Bennies" button, and the macro will auto-deal each player a set number of bennies. I'd love a feature like this:
!deal --give 3 --Bennies --ids <token id> [<token id> ...]
But the deal script doesn't support dealing deck cards to a token (yet).
Is there another script that selects named tokens, that I could perhaps combine with using the Deal macro?