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

Auto Add to bar3

This is probably really easy but I am new to this so be gentle :). So basically I am looking for a script that automatically adds +5 to bar 3 when the macro is clicked. Particular I have a spell that adds +5 temp hit points when used and this spelled can be used multiple times and the temp HP stacks. I.e. Example: Bar 3 = 0/0 -> Click Macro. Now bar 3 equals 5/5 -> Click Macro. Now Bar 3 = 10/10 Anyone help please
1416239620

Edited 1416239759
The Aaron
Roll20 Production Team
API Scripter
!token-mod --set bar3_value|[[@{selected|bar3}+5]] bar3_max|[[@{selected|bar3|max}+5]] With the token selected using my TokenMod Script: <a href="https://app.roll20.net/forum/post/1257490/script-t" rel="nofollow">https://app.roll20.net/forum/post/1257490/script-t</a>...
Aaron. Thanks for the post but it doesn't seem to change Bar 3 indicator. Will it fill up with blue?
1416254924
The Aaron
Roll20 Production Team
API Scripter
It should. It worked when I tried it (note, I did edit after posting, so if you copied from the email, you might need to copy from above).