Feature: Table Importer/Exporter
PLEASE NOTE: Roll20 Enhancement Suite (aka VTT es/ R20es), is not part of BetteR20 or 5eTools. However; as BetteR20 installation is enhanced/simplified by already having VTT es/R20es installed, this Wiki covers its content to (HOPEFULLY) prevent BetteR20 users from requesting help on BetteR20 issues on the VTTes/R20es Discord server or other platforms (Reddit/Roll20.net Forum, etc).
Contents
Table Importer/Exporter
Instructions(What it does)
R20es Configuration (How to make it do 'stuff')
Requirements
- File Format: The feature uses The Aaron's TableExport API script's format .
!import-table -- <table_name>
- as the first line to define the table's name, and then
!import-table --<table_name> --<table_item> --<weight> --<image_URL>
- Where
- table_name = is The Name of the table
- table_item = is a line entry on that table
- weight = is the number of times this entry effectively occurs on the table. In a table in which the total of all items' weight equals 100, an entry with a weight of 25 would equal a 25% chance.
- Image_URL = The address for the Image.
Example: A table named Sample-Mood-Ring.
!import-table --Sample-Mood-Ring --show !import-table-item --Sample-Mood-Ring --[Black] Stressed --1 -- !import-table-item --Sample-Mood-Ring --[Red] Fear --1 -- !import-table-item --Sample-Mood-Ring --[Yellow] Nervous --1 -- !import-table-item --Sample-Mood-Ring --[Green] Romance --2 -- !import-table-item --Sample-Mood-Ring --[Blue] Normal --10 -- !import-table-item --Sample-Mood-Ring --[Lapis] Relaxed --5 -- !import-table-item --Sample-Mood-Ring --[Navy] Calm --3 -- !import-table-item --Sample-Mood-Ring --[Purple] Cool --4 -- !import-table-item --Sample-Mood-Ring --[Pink] Lovable --7 -- !import-table-item --Sample-Mood-Ring --[Orange] Passion --2 --
Feature Support
- Looks like its perfect... (Did we miss anything?)
- Nothing's here (Do you have any suggestions?)
- None as yet (Do you have any suggestions?)
Related Features
Did that answer your question(s)?
If not please check the under Support; Troubleshooting or the Known Issues page for further guidance, or go to the Discord community and leave a comment in the issues channel.
If you enjoy the project, please follow this link to see how you can contribute and help make it even better.
PLEASE NOTE: Roll20 Enhancement Suite (aka VTT es/ R20es), is not part of BetteR20 or 5eTools. However; as BetteR20 installation is enhanced/simplified by already having VTT es/R20es installed, this Wiki covers its content to (HOPEFULLY) prevent BetteR20 users from requesting help on BetteR20 issues on the VTTes/R20es Discord server or other platforms (Reddit/Roll20.net Forum, etc).