Hi folks, My nested macro stopped working so I went back to basics; the example nested macro doesn't even seem to work. I've tried different browsers so I don't think it's just me; can anyone else shed some light? Trying: ?{Choose a Roll|
STR,/roll 1d20 + @{STR} + ?{Bonus} |
DEX,/roll 1d20 + @{DEX} + ?{Bonus} |
CON,/roll 1d20 + @{CON} + ?{Bonus} } gives me an error in the chat. In Chrome I get `TypeError: Cannot read properties of undefined (reading 'substring')`. In Firefox, I get ` TypeError: ct is undefined`. Cheers.