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

turn tracker

1380589539
Pat S.
Forum Champion
Sheet Author
I'm screwing up somewhere in getting the turn tracker to work. What I want to do is build a sheet macro that will roll a initiative based on a attribute and a dice roll then input it into the turn tracker but there needs to be no token selected. The initiative is 1d10+modifier. The mod is general an attribute and a racial bonus that is hardcoded into the roll. examples (it won't send to the tracker but will roll with no token selected) [[1d10+@{DEX} &{tracker}]] <--This is what I want to work. No token selected but roll to tracker. (this will send to the tracker but only if a token is selected) [[1d10+@{test|DEX} &{tracker}]] What am I doing wrong?
1380589846

Edited 1380589941
G.
Sheet Author
As far as I understood the recent changes, you NEED to have a token selected to add to tracker and there's no way around it (maybe API?)
With the API, you can easily create a script to roll directly to the tracker without having a token selected. The thing about the tracker though, is that it is a token orientated. Which is why rolling from a character sheet doesn't work.
1380591658
Pat S.
Forum Champion
Sheet Author
ok. I was hoping that I was messing up and there was a way without the api. Thanks for the help.