
I'm trying to set up a macro with nested magic item tables but I'm doing something wrong somewhere. I've created macros for the tables and when I test them, they work fine. My code for them is:
/w gm [[1t[MagicTable-A]]]From there I'm trying to nest them as buttons inside another macro but not having any luck. My code for the first two tables is:
/w gm &{template:npcaction} {{rname=Magic Item Generator}} {{Table= [TableA](! #Magic-Table-A) [TableB](! #Magic-Table-B)}}And this isn't working. All it does do is display the template. The name isn't showing up, nor are the buttons calling to the table macros. What am I doing wrong?