
Hi there I recall a couple months back finding somewhere a way to copy a formulae I can post into a macro to be able to make adjustments and give myself token buttons without having to write out the macro, look up value names or try to remember what the correct style formatting was This was the original copy I made (with some minor tweaks to make it NPC friendly) @{selected|wtype}&{template:simple} {{rname=^{init-u}}} {{mod=@{selected|initiative_bonus}}} {{r1=[[@{selected|initiative_style}+@{selected|initiative_bonus}@{selected|pbd_safe}[INIT] &{tracker}]]}} {{normal=1}} @{selected|charname_output} Now I have since forgotten this process and have been having great difficulty copying rowID to make on screen buttons for attacks to streamline control for players, often having to drag the attack into the macro bar and copy it letter by letter manually (which I'm sure people are aware is quite challenging if it has too many lowercase L and uppercase I as they look exactly the same in roll20 font) I am aware that instead of a macro like this %{Cecelia Manius|repeating_attack_-N4qMQQYaF9cyNaj4x1s_attack} I could have a macro like this %{Cecelia Manius|repeating_attack_$0_attack} however then whenever a player adds a new weapon to their sheet or reorders anything it can mess up all of the macros, requiring me to fix it for them can anyone recall how I could have possibly copied the initial initiative macro from the text chat output? I remember it being game changing for me when I discovered it and didn't manage to write a tutorial before I forgot the method