So, I ran into a weird issue regarding nested macros. The code I have below is what it does. This is before saving. However, when I save it, the code changes. Now, I'm sure there is more things working in the background that I haven't learned yet. However, if I go back to the macro and save changes with the after code, it all breaks. I am completely puzzled by this. I learned to script it, save it, and then leave it alone. It works if I don't save the after code. Before: /w Bartuc Vizjerei &{template:default} {{name=Character Stuff}}{{Stuff = [Initiative](!
#Initiative )[Perception](!
#perception )[Char Info](!
#charinfo )[Saving Throws](!
#SavingThr)[Whisper Player](!
#WhisperPlyr)[Whisper GM](!
#WhisperGM)}} After : /w Bartuc Vizjerei &{template:default} {{name=Character Stuff}}{{Stuff = [Initiative](! #Initiative )[Perception](! #perception )[Char Info](! #charinfo )[Saving Throws](! #SavingThr)[Whisper Player](! #WhisperPlyr)[Whisper GM](! #WhisperGM)}} Note: there is a !
 ;
where the !'s should be. Also, is there more information on what the number 13 means? Is there more digits that do other things? by combining them creates a !, had to space out. Thank you for your help, I am absolutely loving roll20 and I am currently helping my DM with macros to help smooth out the gameplay.