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

Need some help for power cards and recursive tables scripts

Hello, I' m not able to find "concise" documentation on how to use these two scripts that look so interesting. For recursive tables I've seen that there is the possibility to use them with random hoard generators and random single treasure generators. Here I've found a table&nbsp; <a href="https://www.dropbox.com/s/4b2x384mc94r6r7/loottabl" rel="nofollow">https://www.dropbox.com/s/4b2x384mc94r6r7/loottabl</a>... but I don't know how to use it with the script. Same for power cards, which are, if I've understood correctly, a sort of formatting tool (certainly they can be used in many ways other than just this). Could somebody give me just a bit of input on how to start with these scripts? Thanks guys.
1493326345
Lithl
Pro
Sheet Author
API Scripter
I don't think concise documentation for Power Cards exists. It got a pretty complicated set of syntax available to it. =P
1493331623
The Aaron
Pro
API Scripter
For the linked loot tables, you'll need TableExport (which also imports):&nbsp; <a href="https://app.roll20.net/forum/post/1144568/script-t" rel="nofollow">https://app.roll20.net/forum/post/1144568/script-t</a>... Run the commands in that file.&nbsp; Then with RecursiveTable installed, run something like: !rt /w gm [[5t[art]]]
Brian said: I don't think concise documentation for Power Cards exists. It got a pretty complicated set of syntax available to it. Ahahaha noobs search concise documentation... something like a quick guide for dummies :D The Aaron said: For the linked loot tables, you'll need TableExport (which also imports):&nbsp; <a href="https://app.roll20.net/forum/post/1144568/script-t" rel="nofollow">https://app.roll20.net/forum/post/1144568/script-t</a>... Run the commands in that file.&nbsp; Then with RecursiveTable installed, run something like: !rt /w gm [[5t[art]]] Ok thanks, I'll try as you suggested
1493371047
Ziechael
Forum Champion
Sheet Author
API Scripter
Gianmarco V. said: Brian said: I don't think concise documentation for Power Cards exists. It got a pretty complicated set of syntax available to it. Ahahaha noobs search concise documentation... something like a quick guide for dummies :D The Aaron said: For the linked loot tables, you'll need TableExport (which also imports):&nbsp; <a href="https://app.roll20.net/forum/post/1144568/script-t" rel="nofollow">https://app.roll20.net/forum/post/1144568/script-t</a>... Run the commands in that file.&nbsp; Then with RecursiveTable installed, run something like: !rt /w gm [[5t[art]]] Ok thanks, I'll try as you suggested The OP of the latest Powercards thread should give you all the info you need to get started, I then highly recommend have a test game and just playing around with it until you familiarise yourself with the features that you need. There are a whole bunch of things that PC can do that I've never touched and I make WAY too many powercards... if you have specific questions don't be afraid to post in the scripts thread, Sky and the ever present expert on everything Silvyre are usually quick to help :) As for the tables, I wrote those for DnD 3.5e but the theory behind them is applicable to any system once you understand the table import/export syntax as The Aaron mentioned. With even basic excel/google sheets knowledge you can quickly throw together entire tables of stuff for whatever system you use!