Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Call of Cthulhu Degree of Success Initiative

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]]}}
I've reached the pick of my personal skill trying to edit the macro to have it send the result text to the turn tracker. I give up! :(