
I've just begun to dip my toes into RT and I'm in over my head already. Treading water, but starting to flail about... Okay, enough swimming/drowning metaphors.
I've searched the forum and dug into videos and other postings, but I feel like I'm going in circles now and it might be better to just ask, so here goes:
I have a set of tables for looting bodies. LTB-1 is a "roll 2d6 to determine what loot table(s) to look at" table. LTB-2 through LTB-12 are the various tables that I want to pull my loot from.
I've managed to get a command to roll on LTB-1 and give me an output of the results:
!rt[Delimiter:BR] /w gm &{template:default}{{name=Loot The Body}} {{[[ [[1d5+2]]t[LTB-1] ]]}}
Is there a way that I can have RT roll from those other tables for me directly from the result of the initial roll? I know I can set up chat buttons and click on the appropriate LTB-* buttons, but I'm hoping to just hit one "Loot The Body" button and get my loots.
Is this possible, and if so, can someone explain it like I'm 5?