
So I am using an optional rule for Call of Cthulhu 7th Edition where you can roll for initiative and you are sorted depending on the degree of success you get. Roll under your Dex skill - Ordinary Roll 1/2 of your Dex skill - Good Roll 1/5 of your Dex skill - Extreme Roll a natural one - Critical Roll over your skill - Fail. Now I want to send that word to the tracker instead of a number. Is that possible with a macro or do I need API for that? When I press the Dex skill on the Call of Cthulhu Character sheet it already provides that info (degree of success), so is there any way for me to use it to send it to the turn tracker? Here is the output from the chat window when I press the DEX skill: &{template:coc-1} {{name=@{Alder Flanders|dex_txt}}} {{success=[[@{Alder Flanders|dex}]]}} {{hard=[[floor(@{Alder Flanders|dex}/2)]]}} {{extreme=[[floor(@{Alder Flanders|dex}/5)]]}} {{roll1=[[1d100]]}}