Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

GroupCheck and Token Action Maker not playing nice together. Need Help Please

1702789811
Bryan W.
Pro
Marketplace Creator
Everytime I run the GroupCheck script, it keeps adding the 'Check' and 'Save' token actions again to the NPC sheets.  I assume this is a simple setting somewhere, but I cannot find anything on the forums or the github site for GroupCheck or Token Action Maker.
GroupCheck does not add those buttons to tokens. It doesn't have anything in its code that does that. It looks like you are somehow activating the Token Action Maker script, which does create Ability Token Actions for Saves and Checks: <a href="https://app.roll20.net/forum/post/8458497/script-token-action-maker-v-dot-0-2-dot-7/?pagenum=1" rel="nofollow">https://app.roll20.net/forum/post/8458497/script-token-action-maker-v-dot-0-2-dot-7/?pagenum=1</a> What is the macro command that you are using to run GroupCheck? I'm guessing it looks like this: !ta saves checks&nbsp; !group-check {{ --?{Ability Save|Strength,Strength Save|Dexterity,Dexterity Save|Constitution,Constitution Save|Intelligence,Intelligence Save|Wisdom,Wisdom Save|Charisma,Charisma Save} --process --subheader vs DC ?{DC} --button ApplyDamage !apply-damage ~dmg [[?{Damage}]] ~type ?{Damage on Save|Half,half|None,none} ~DC ?{DC} ~saves RESULTS(,) ~ids IDS(,) }} If so, you need to remove the first line with '!ta saves checks'
1702819670
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Jarren has almost certainly pinpointed the issue, but since I am the writer of the TAM script, I am watching this thread.
1702832812
Bryan W.
Pro
Marketplace Creator
Thank you for the feedback.&nbsp; I knew it had to be something simple (and stupid on my part).&nbsp; The macro for Group Check had the !ta command at the end of it for some reason.&nbsp; Thank you for enligtening me this morning.&nbsp; And thank you Keith Curtis for all you do for this community!&nbsp; Even if that means dealing with idiots like me.&nbsp; =) My original macro: !group-check {{ --?{Save|Strength|Dexterity|Constitution|Intelligence|Wisdom|Charisma} Save --process --subheader vs DC ?{DC} --button ApplyDamage !apply-damage ~dmg [[?{Damage}]] ~type ?{Damage on Save|Half,half|None,none} ~DC ?{DC} ~saves RESULTS(,) ~ids IDS(,) }} !ta