A Foundry module for adding tags to search for RollTables to roll on.
TableTags.tableTagRoller(tableTag, quietMode = false, includeCompendium = true, asAnd = true )
tableTag can be a single TableTag or an array of TableTags. ["TableTag1","TableTag2"].
quietMode = true | dice effects will not be played (sounds and Dice So Nice). This is effective when you have scripts generating content requiring more than one roll on tables. Default is false.
includeCompendium = false | Tables in the compendium will be ignored. Default is true.
asAnd = true | Tables must have all listed tags to qualify. false | Tables must have at least one of the listed tags to qualify. Default is true.