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

Making Card Deck in Bulk?

I have a bunch of images for a deck uploaded. Is there any way to just drag the images to make the deck or do I have to make each one individually?
1605814254
The Aaron
Roll20 Production Team
API Scripter
Not without access to the API (a Pro subscriber perk) and even then there's not much premade to do that.
1605814925
Finderski
Plus
Sheet Author
Compendium Curator
There is an awesome Gloomhaven API script that does that, though...it requires two APIs. <a href="https://github.com/thomasmckay/roll20-gloomhaven" rel="nofollow">https://github.com/thomasmckay/roll20-gloomhaven</a> Need the following API Scripts: gloomhaven.js gloomhaven_deck_builder.js In&nbsp; gloomhaven.js , need to comment out the following lines: GLOOMHAVEN_COMMANDS["set-level"] = GloomhavenSetLevelCommand; GLOOMHAVEN_COMMANDS["monster-card"] = GloomhavenMonsterCardCommand; They are around rows 120 and 121
1605860634
Gold
Forum Champion
Oh, wow. Didn't know the API could access that much of Card Decks. I thought there weren't scripts for this, because it could not be accessed. Here's hoping someone can script a generalized, accessible, one-click install, card-deck creator API script!