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

Initiative tracker for COC

Just looking for a simple way to click on a token and add the Dex stat to the initiative tracker.
1554076720
vÍnce
Pro
Sheet Author
Just the DEX stat? [[ @{selected|dex-mod} &{tracker} ]]
Yep just the Dex stat.
Yes it doesn't work :'(
SyntaxError: Expected "(", ".", "[", "abs(", "ceil(", "d", "floor(", "round(", "t", "{", [ |\t], [+|\-] or [0-9] but "s" found.
1554077444

Edited 1554077479
vÍnce
Pro
Sheet Author
Make sure you modify my example for the dex modifier on your particular sheet. Also, ensure the token is properly linked to a sheet(represents)  What sheet are you using?
I don't understand? I'm using Call of Cthulhu 7th Edition
1554079791
vÍnce
Pro
Sheet Author
JamesCORP said: I don't understand? I'm using Call of Cthulhu 7th Edition Each sheet uses it's own attribute names, so when you see examples for macros, you always need to use the "actual" attribute names that apply to the particular sheet you are using.&nbsp; So for coc7e, it looks like the dex modifier is "dex" so try; [[ @{selected|dex} &amp;{tracker} ]] You still need to verify that your token is linked to a sheet, otherwise the tracker has no clue who's dex to use.&nbsp; Info on properly linking a token to a sheet(done by the GM):&nbsp; <a href="https://wiki.roll20.net/Token_Features#Represents_Character_.282.29" rel="nofollow">https://wiki.roll20.net/Token_Features#Represents_Character_.282.29</a>
Thanks it works great!
1554091765
vÍnce
Pro
Sheet Author
You're welcome.&nbsp; Stay sane. ;-P
1554094488
GiGs
Pro
Sheet Author
API Scripter
Vince said: You're welcome.&nbsp; Stay sane. ;-P We all know that's not going to happen. It's CoC after all.
1554105553

Edited 1554151150
David
Sheet Author
You need one for firearms too [[ @{selected|dex}+50 &amp;{tracker} ]]
Thanks for these!