I have the table and dice plugin on my generator and does anyone know if it conflicts with the tap plugin? I want to be able to tap on a dice result and have it roll again, rather than reroll the entire set of generators.
Note: On the generator sited , I want to click on the sentence and it rolls it again. I have many more tables to go on this, I just want to get the first one right.
You could do something like this:
You create a new list that was in your HTML. Then on your HTML:
... <h3>The Action Table: <br>When in doubt roll this!</h3> [tap(actionOut)] <br> ...
It would make the text of bold, which means you can then now tap them.
It works, wow, thank you so much!