( Originally posted on Reddit announcement 4 "Send to Chat" reactions: Make your map talk back As much as I like this addition, I think the devs sb working on getting the basic macros the GM's need to run their games smoothly and efficiently. I need only 4 macros to work on the experimental server for use with the 2024 character sheets. 1) Group Initiative to Work Consistently 2) Getting a macro to allow me to select a group of character/creature tokens and roll Saves [& 3) Ability Checks] for them simultaneously and then 4) to be able to apply any damage to said tokens once we know the result of their saves. That's it people. Could some headway be made on getting us GMs these macros before spending time on adding flashy elective elements to the VTT? Thank you. End of Line. FYI: Tho not a programmer, I created a simple macro to interreact w the 2024 pc sheets that at least gives the bare minimum needed to use but it only works on one token at a time. &{template:default} {{name=Saving Throw}}
{{Character=@{selected|character_name}}} {{DC=?{DC| }}}{{Roll=?{Save| Strength, STR
[[1d20+@{selected|strength_save_bonus}]] /
[[1d20+@{selected|strength_save_bonus}]]| Dexterity, DEX [[1d20+@{selected|dexterity_save_bonus}]]
/ [[1d20+@{selected|dexterity_save_bonus}]]| Constitution, CON
[[1d20+@{selected|constitution_save_bonus}]] /
[[1d20+@{selected|constitution_save_bonus}]]| Wisdom, WIS
[[1d20+@{selected|wisdom_save_bonus}]] / [[1d20+@{selected|wisdom_save_bonus}]]|
Charisma, CHA [[1d20+@{selected|charisma_save_bonus}]] /
[[1d20+@{selected|charisma_save_bonus}]]| Intelligence, INT
[[1d20+@{selected|intelligence_save_bonus}]] /
[[1d20+@{selected|intelligence_save_bonus}]]}}}