You're picture isnt showing up. In my experience, its more reliable to upload pictures to another image host (like imgur), and embed the link here. First thing to check: are there any linebreaks in your macro? Roll20 thinks there are when I copy your macro and paste it into a code block I get this: /w gm &{template:forbiddenlands} {{name= Random tables }} {{name=}}
{{description=?{Choose |Hunting,[[1t[Hunting]]]|Hunting
mishaps,[[1t[Hunting-mishaps]]]|Fishing
mishaps,[[1t[Fishing-mishaps]]]|Making camp
mishaps,[[1t[Making-camp-mishaps]]] } }} If so, you want to get rid of them, so it looks like this /w gm &{template:forbiddenlands} {{name= Random tables }} {{name=}} {{description=?{Choose | Hunting,[[1t[Hunting]]]| Hunting mishaps,[[1t[Hunting-mishaps]]]| Fishing mishaps,[[1t[Fishing-mishaps]]]| Making camp mishaps,[[1t[Making-camp-mishaps]]] } }} You can have linebreaks after the | in queries, and its handy for layout. The next thing to do is dump the macro, and just try the table rolls individually and see they are working, like /roll 1t[Hunting] and repeat for each table. If they are working properly, then its time to look at the macro. I would try running the macro without the table calls, just text in their place, like /w gm &{template:forbiddenlands} {{name= Random tables }} {{name=}} {{description=?{Choose | Hunting| Hunting mishaps| Fishing mishaps| Making camp mishaps} }} Those attempts should help narrow down the problem.