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

Beginner - trying to make a macro for ability checks that allows ability selection

this is my test so far @{selected|character_name} Attempts to: ?{Skill|appraise, [[1d20 + @{selected|appraise}]] |balance, [[1d20 + @{selected|balance}]] right now it rolls both, Im trying to add the option to select the ability any help would be great!
1587672349
GiGs
Pro
Sheet Author
API Scripter
You have forgotten the } that closes the query, like so @{selected|character_name} Attempts to: ?{Skill|appraise, [[1d20 + @{selected|appraise}]] |balance, [[1d20 + @{selected|balance}]] } You might also want to include the skill name in the output: at present it only appears in the dropdown: @{selected|character_name} Attempts to ?{Skill|appraise,Appraise: [[1d20 + @{selected|appraise}]] |balance,Balance: [[1d20 + @{selected|balance}]]  }