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

DUMB question....

Hello everyone, and happy Christmas I just upgraded my plus account to pro..... sorry but I'm a newbie at this API thing I have just installed the Group Check API and seems not to work well......  I tried with a group of 3 rats to makeva skill save, but it doesn't work...... I get the following message  Available commands It seems there are no checks defined yet. See the  help  for information on how to add them, or just  import  one of the built-in lists. This is the macro..... !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(,) }} I select the 3 rats..... and when i click into the macro..... appears the window of saving throw, DC and Damage, but it doesn't work at all... nothing happens the npc rats sheet are filled  Thx in adv
What is the result when you enter: !group-check-config --show I'm guessing you never set the default configuration for a character sheet. If you're using the D&D 5e By Roll20 you can use: !group-check-config --import 5E-OGL
I use the base roll20 sheet !group-check-config --show
i put  !group-check-config --import 5E-OGL  and import.... and i supose that now works.... but.... how can i change the hp bar from group check.... its applies into green bar.... but i have the hp in the red bar (3)
1609015860
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
The bar should not matter, unless you have also installed the Apply Damage script, in which case, the bar number is editable in the first part of the code: change       bar: "1" in line 18, to        bar: "3"
yes, I installe the apply damage too, should I also modify the apply damage? or it would not be necessary
Finally it works MASTER, i change the 18 line in the Apply damage script Thx