Hello, I use the RecursiveTables-Script from The Aaron and
do it in nearly every campaign but I encountered now a problem, where I
don't know if it is even possible to do with the script: Situation: The
Players draw the initiative from a carddeck (1d66) which i made as a
table. With the Script the players can just press a button, see a fancy
card and the initiative-tracker does the rest: !rt[iconlabel:off|iconscale:100%] [[1t[ini] &{tracker}]] But here comes the Problem: Sometimes the players get a bonus on their
initiative (can change) and thats seems not really possible to declare. My
Goal is that they draw a regular card, which is displayed, and in the
tracker it should add the modificator (so the card says 15 and the
tracker get 16 with an boni of +1). I've tried two things: Makro: !rt[iconlabel:off|iconscale:100%] [[(1t[ini] + ?{Mod|0}) &{tracker}]] Table-Names: # Initiative (# = 1, 2, 3, ...) Will get the right turn-tracker but the card isn't displayed (just the number). Makro: !rt[iconlabel:off|iconscale:100%] [[1t[ini] &{tracker}]] Table-Names: [[(# + ?{Mod|0})]] Initiative - OR - Table-Names: [[(# + ?{Mod|0})d1]] Initiative Will just get an error: An error occured parsing this roll: [[(1 + ?{Mod|0})]] Initiative Error: Expected
"(", ".", "[", "abs(", "ceil(", "d", "floor(", "round(", "t", "{", [
|\t], [+|\-], [+|\-|*|\/|%] or [0-9] but "?" found. I'm not sure if it is even possible with the script or I'm just not smart enough to find the solution (the roll20-Wiki is permanently down?). Maybe someone has a good idea for me