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

5e Community Sheet - Custom Skill variable in Macro

Hello - I am using the 5e Community Sheet and have a custom Tool(skill) which I'm trying to add a macro for, what is the variable name I want to use. I need to make ckeck: Tool check = [[1d20+@{wisdom_mod}]] against [[10+@{toolSkill_total}]] What variable(s) do I use to access custom skills (Custom 1, Custom 2, etc) in a macro?
1492351371
Silvyre
Forum Champion
The Attribute call you're looking for should be @{custom_skill_1}
Cool - thanks