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

Drop down menu for Weapons

I was wondering if there is a way to make a drop down menu that gives me the list of weapons my character has so when i select it it will roll the attack and damage roll?
1522702209
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
It would be necessary to know what sheet you are using to give a meaningful answer to this question. Someone knowledgeable with that sheet can give you a hand. Since you are not a Pro user, and thus have no access to the API, my guess would be "yes, it is possible, but may require manual input of your weapon statistics." For instance, I am familiar with the Shaped Sheet for D&D 5e, and would suggest using the Offense Macro built into the sheet which gives you a clickable chat macro to cover all your attack options.
1522824335

Edited 1522824608
if you dont use character sheets, thats the way i handle it   ?{Attack type?| sword, &{template:default} {{name=attack with sword}} {{attack=[[1d20+@{attack}]]}} {{damage=[[@{sword}]]}}| axe, &{template:default} {{name=attack with axe}} {{attack=[[1d20+@{attack}]]}} {{damage=[[@{axe}]]}} } you need the attributes  sword  (damage value) axe (damage value) attack (attack value)