
I use the initiative tracker in my games. If two people have the same initiative, their initiative modifier is the tie breaker. (Higher mod wins.) Standard pathfinder stuff. With my macro, it multiplies their init modifier by 1.01. This way a roll of 3 would come out as [[d20+3.03]] At least, that's the idea. However, this keeps happening: It still functions the same, but it spams the turn tracker awfully. I tried to work around by rounding, so my current macro looks like this: /em will proceed at initiative [[d20+round(@{selected|init}*101)/100 &{tracker}]] The rounding helped. It happens about once every 30 rolls or so, instead of once every 3-4. But that's still bizarre. We were joking today that the Roll20 servers must be running on old Pentium 1 processors. In any case, however you can help would be awesome.