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 .
×
Our team is currently investigating loading issues on the VTT.
Create a free account

Documentation for Jakob's "apply-damage" in GroupCheck?

Hello, I'm trying to start using Jakob's script GroupCheck, and it all seems to work except the "!apply-damage" script.  GroupCheck has extensive documentation, but I haven't found anywhere the !apply-damage options are detailed. I'm using the 5e OGL sheet, and I believe I've configured GroupCheck correctly to work with it. The simple macro "!group-check --whisper --Dexterity Save" works correctly, and whispers to me the results of the dex saves of a group of tokens. I'm trying to get it to apply damage, and haven't been able to get it working. Any ideas? Thanks!
1533051728
Jakob
Sheet Author
API Scripter
I'm afraid it's not really documented apart from one post in the GroupCheck thread. It's also an extra script to install (link in the thread as well) and it is not included when you install GroupCheck. Since I'm not using it anymore, I have been a bit lazy too lazy to develop it further and add proper documentation and cleanup.
Thanks! I found this gist: <a href="https://gist.github.com/joesinghaus/9fd52108d07e5ef83ed879a7c6fdc68f" rel="nofollow">https://gist.github.com/joesinghaus/9fd52108d07e5ef83ed879a7c6fdc68f</a> and added it, and now everything works!&nbsp;&nbsp;&nbsp;&nbsp;
I am using this scrip for apply damage but unfortunately it is apply damage to all tokens. even the ones that passed the DC. I am using the 5ed ogl sheet. <a href="https://gist.github.com/joesinghaus/9fd52108d07e5ef83ed879a7c6fdc68f" rel="nofollow">https://gist.github.com/joesinghaus/9fd52108d07e5ef83ed879a7c6fdc68f</a> And this command: !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(,) }} Any help?
Thanks, but once I found the Apply Damage script and installed it, the calls all worked for me now. It's great!&nbsp;&nbsp;&nbsp;&nbsp;
Isaac said: Thanks, but once I found the Apply Damage script and installed it, the calls all worked for me now. It's great!&nbsp;&nbsp;&nbsp;&nbsp; For me it is not working properly. Could you help me on how to adjust it? The damage is being applied full even for half damage.
Here's one I found in another thread on the same subject, this is what I'm using: !group-check {{ --whisper --?{Ability Save|Strength,Strength Save|Dexterity,Dexterity Save|Constitution,Constitution Save|Intelligence,Intelligence Save|Wisdom,Wisdom Save|Charisma,Charisma Save} --ro ?{Roll Type|Normal,roll1|Advantage,adv|Disadvantage,dis} --process --subheader vs DC ?{DC} --button ApplyDamage !apply-damage ~dmg [[?{Damage|0}]] ~type ?{Damage on Save|Half,half|None,none} ~DC ?{DC} ~saves RESULTS(,) ~ids IDS(,) ~status ?{Status| None, | Red,red| Blue,blue| Green,green| Orange,orange| Purple,purple| Pink,pink| Yellow,yellow| ―, | Concentrating,blue| Readying,stopwatch| ―, | Prone,back-pain| Restrained,fishing-net| Grappled,grab| ―, | Incapacitated,interdiction| Stunned,pummeled| Unconscious,sleepy| ―, | Charmed,chained-heart| Frightened,screaming| ―, | Poisoned,half-heart| Blinded,bleeding-eye| Deafened,lightning-helix| Paralyzed,padlock| Petrified,broken-skull| ―, | Dodging,bolt-shield| Cover (half),broken-shield:2| Cover (three-quarters),broken-shield:5| Cover (full),white-tower| Invisible,ninja-mask| ―, } }}
tyvm. worked like a charm