
Me again. I have a token action "Cast Spell" which I want to offer a list of spell schools, then refer to the macro for the selected school to select a spell from that list. They look like this @{selected|character_name} ?{Select School| Chronomancer, **Chronomancer:** #C-Chron | Elementalist, **Elementalist:** #C-Elem| } @{selected|character_name} ?{Cast Chronomancer Spell| Crumble, **Crumble:** [[1d20>@{selected|crumble}]]| Decay, **Decay:** [[1d20>@{selected|decay}]]| Fast Act, **Fast Act:** [[1d20>@{selected|FastAct}]]| Fleet Feet, **Fleet Feet** [[1d20>@{selected|FleetFeet}]]| Petrify, **Petrify** [[1d20>@{selected|Petrify}]]| Slow, **Slow** [[1d20>@{selected|Slow}]]| Time Store, **Time Store** [[1d20>@{selected|TimeStore}]]| Time Walk, **Time Walk** [[1d20>@{selected|TimeWalk}]]| } But when the first pulldown is opened, I get this Obviously I've done at least one thing wrong, two if you see where it's duplicated Time Store somehow. Probably a misplaced bracket somewhere. Any help much appreciated! Thanks