Hi, I try to use very simple macros with D&D2024 character sheets (jumpgate) All these macros are very slow comparing with the "same" macro on D&D2014 character sheet Il use a campaign with the two kinds of CS. Samples: - token bar macro to roll initiative (from Roll20 documentation): @{selected|token_name} rolls for initiative! /roll 1d20 + @{selected|initiative_bonus} &{tracker} CS 2014 => instant; CS 2024 => 3 seconds - token bar macro to roll a save (from Roll20 documentation ): <a href="https://help.roll20.net/hc/en-us/articles/360037256794-Macros-Token-Actions#Macros-AMoreAdvancedMacro" rel="nofollow">https://help.roll20.net/hc/en-us/articles/360037256794-Macros-Token-Actions#Macros-AMoreAdvancedMacro</a> CS 2014 => 1 second; CS 2024 => 30 seconds!!!! Does anyone know how to speed up these macros?