
I run a 1st edition game and I use statusmarkers to try and keep track of a lot of different spell effects/conditions, etc..
I have created a scriptcards script that will go through all the statusmarkers on a token and act accordingly. For example: If they have the Confusion statusmarker, the script will prompt them to make a saving throw and if it fails, will automatically roll on the table to see how the confusion affects them. Or if they have the Haste statusmarker, it will remind them that they can move/attack accordingly.
Anyways, I am trying to find a way to automate this at the beginning of the character's (or monsters) turn. That is when I came across OnMyTurn.
Well that works great, I can have OnMyTurn auto-run that script each turn. The issue is, I want this to happen for EVERY character and EVERY monster, every turn.
So... I am looking for a way to of doing this without putting the OnMyTurn script on every single character/monster sheet. I tried to do it as a game macro and I gave everyone permission to it, but it will not run.
Does anyone know of a way I can do this without having to add the OnMyTurn script to every single sheet? Somehow just add it to the game in one spot?
Thank you in advance