Currently: You can only roll a certain amount of times on a rollable table. Ex: 1t[tableName]
Request: Ability to roll a die type on a rollable table. Ex: 2d20t[tableName]
I'll use the system I've been writing scripts for as an example. I'm setting up a Dungeon Crawl Classics game and there are a metric ton of tables used in the game. You roll different dice types for tables based on level, armor type, weapon type, etc. Since I can't use die type with rollable tables I have to input the tables I want to use in every macro.
Reference 1: https://app.roll20.net/forum/post/2165711/script-p...
Reference 2 (the macro with tables): https://gist.github.com/mister-lister/f6b9d42c88a7...
Request: Ability to roll a die type on a rollable table. Ex: 2d20t[tableName]
I'll use the system I've been writing scripts for as an example. I'm setting up a Dungeon Crawl Classics game and there are a metric ton of tables used in the game. You roll different dice types for tables based on level, armor type, weapon type, etc. Since I can't use die type with rollable tables I have to input the tables I want to use in every macro.
Reference 1: https://app.roll20.net/forum/post/2165711/script-p...
Reference 2 (the macro with tables): https://gist.github.com/mister-lister/f6b9d42c88a7...