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

Character sheet and rollable table question

1557442997

Edited 1557443195
I'm trying to modify the character sheet button macros for the warhammer fantasy rpg 4th edition to check for a critical result and, if true, roll on a rollable table to automatically output the critical hit result. I could use any and all help with this, basically. I'll update this post as I go along, but right now I'm looking into how to check if the hit is a crit or not. Edit: I have pro, if that's relevant
1557445996
The Aaron
Roll20 Production Team
API Scripter
If you're modifying the character sheet, probably the easiest thing to do is set up the hit location to always roll, and have the result only show if there is a crit. Look at the Roll Template helper functions for how to make sections optionally display:&nbsp; <a href="https://wiki.roll20.net/Roll_Templates#Helper_Functions" rel="nofollow">https://wiki.roll20.net/Roll_Templates#Helper_Functions</a>
.... That page is interesting. can I nestle a macro in rollwascrit?
1557458173
The Aaron
Roll20 Production Team
API Scripter
not really.