Phergus wrote:My thought was to put a hidden NPC token on the map that was named End of Round. This would always sit at the bottom (in your case give it a 0 Init value) and let's me have a stopping point to take care of end of the round bookkeeping.
This is probably OK in most cases, but in 4E, it's possible to have a negative init value. A Zombie Rotter has an init modifier of -2, for example, so with a roll of 1, he could still have an adjusted init of -1.
I'm sure the MapTools developers already know this, but if sentinel values are to be used for "beginning of round" and "end of round", it's better to give them the maximum and minimum allowable int values, respectively (or aat least obscenely large values).