Hey all, just curious if someone has any ideas why the following macros stopped working all of a sudden. The first is a simple DM Dice roller I use to roll a bunch of different dice at once /desc Is that thunder or is the DM rolling dice? /gmroll 6d20 /w gm d4: [[d4]], [[d4]]. [[d4]], [[d4]], [[d4]], [[d4]] /w gm d6: [[d6]], [[d6]], [[d6]], [[d6]], [[d6]], [[d6]] /w gm d8: [[d8]], [[d8]], [[d8]], [[d8]], [[d8]], [[d8]] /w gm d12: [[d12]], [[d12]]. [[d12]], [[d12]], [[d12]], [[d12]] /w gm d100: [[d100]]%, [[d100]]%, [[d100]]%, [[d100]]% When I click it now it just says "Rolling the dice" for a moment in the chat window then nothing happens. The other is a 2e AD&D macro that calls other macros /w @{selected|token_name} &{template:2Edefault}{{name=@{selected|token_name} attempts a Saving Throw!}}{{[Paralyzation](! #SAVE-VS-PARALYZATION) [Poison](! #SAVE-VS-POISON) [Death](! #SAVE-VS-DEATH-MAGIC) [Rod](! #SAVE-VS-ROD) [Staff](! #SAVE-VS-STAFF) [Wand](! #SAVE-VS-WAND) [Petrification](! #SAVE-VS-PETRIFICATION) [Polymorph](! #SAVE-VS-POLYMORPH) [Breath Weapon](! #SAVE-VS-BREATH-WEAPON) [Spell](! #SAVE-VS-SPELL)}} The individual save macros work if I use them by themselves. This one puts up the menu as before, then asks for any modifiers as seen in the macro below, then does nothing after clicking the final submit. /w gm &{template:2Esave}{{savevs=Petrification}}{{character=@{selected|token_name}}}{{savetarget=[[@{selected|pettar}]]}}{{saveroll=[[d20?{Please enter Situational Modifiers to the current Saving Throw Roll (including the mathematical operator)|+0}@{selected|petmod}]]}} Both of these worked Sunday night, now neither of them are working. Neither have been changed since then. Any ideas? Thanks!