Hi all, I have been wrestling with adding a method to simulate a series of 1-4 possible combat actions (based off the Dex rating), each round per PC and NPC. As per the Runequest I rules. At this time, I am using a combination of TurnMarker1 and GroupInitiative. I can manage it but its cumbersome and clunky and I've been searching the forums for any snippets of scripts that do this in a smoother fashion. Is there an easier way to do this without having to duplicate entries onto the tracker for each and every PC and NPC that is in combat? I have changed the round counter to say Action #, but what would be nice is for it either to count Action 1, Round 1 and count up every 4 actions then add to the round count. Which I figure is not possible, contained in one entry. But perhaps a second entry that only counts once every 4 actions is possible? I'm definately in over my head, but I've been able to power through so far.