
Exactly what it says. I've got a macro I'm trying to set up which, ideally, would ask a series of questions. What School of Magic? - What tier of Spell? - Which Spell? - And then in the default roll template produced by the spell choice: How many Damage Step Increases?/Whatever I need to query for that spell. I know you can nest to an extent by replacing certain characters with their html code, and can then nest a bit further by replacing the ampersand in that html code with the html code for ampersand. The problem is that even at that point the macro I'm ultimately trying to set up goes 2 steps past what I can get to work. The only solution I've managed to come up with is to just keep the spells as each being their own macro and then reference them as #Spell-Name. And while I fully acknowledge that that's probably the simplest and easiest way to do this, it's not the way I want to do it and thus feels like failure. Plus if possible I want it all to be one macro so it's possible to just take it and drop it into a game no fuss. After spending quite some time with this I'm thinking I have no choice but to compromise due to the limitations of the system, but was hoping that someone far better at this than me might know a simple solution that escapes me. EDIT: Hmm, well uh, nevermind. Apparently #Macro doesn't quite work like I thought. It just inserts the actual macro text, so that apparently it's literally no different than just continuing to nest things like I was and still breaks the main macro. Damn.