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
This post has been closed. You can still view previous posts, but you can't post any new replies.

Searchable dropdowns

Hi! So i use a massive drop-down for my character in roll20 but I think they are missing a feature. This feature being search or maybe they are called filters like <a href="https://www.w3schools.com/howto/howto_js_filter_dropdown.asp" rel="nofollow">https://www.w3schools.com/howto/howto_js_filter_dropdown.asp</a>. This would speed up looking through a drop-down like skills in pathfinder or my attack macro that has a base attribute with many small extra added on for small changes that make an impact depending on what i choose like below. @{blast-dice}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= [[ floor((@{kineticist_level-mod}+1)/2) ]] @{blast-static-bonus}&nbsp;= [[ @{kineticist_ability-mod}+@{kineticblast_dmg-mod}+@{buff_dmg_kineticblast-total} ]] @{standard-blast}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= [[ @{blast-dice}d6+ @{blast-dice} + @{blast-static-bonus} ]] @{maximize-blast}&nbsp;&nbsp;&nbsp; &nbsp;= [[ @{blast-dice}*6+ @{blast-dice} + @{blast-static-bonus} ]] @{normal-composite} &nbsp;&nbsp;= [[ (2*@{blast-dice})d6+ (2*@{blast-dice}) + @{blast-static-bonus} ]] @{maximize-composite} = [[ (2*@{blast-dice})*6+ (2*@{blast-dice}) + @{blast-static-bonus} ]] That I then modify further in my drop-down macro (pasted in a readable format) ?{Blast |Normal, @{normal-blast} &nbsp; |Empover, [[ floor((@{normal-blast}) * 1.5) ]] |Maximize, @{maximize-blast} |All out , [[ floor( @{maximize-blast} * 1.5) ]] ... ... |Composite, @{normal-composite} |Empover Composite, [[ floor( @{normal-composite} * 1.5) ]] |Maximize Composite, @{maximize-composite} |All out Composite, [[ floor( @{maximize-composite} * 1.5) ]] ... } This might be what API buttons are made for, but I dislike pasting a whisper to myself when the chat may contain information about an ongoing PC conversation in text i decide that my character should interrupt at a moments notice.
Thanks for the suggestion! After 30 days, Suggestions and Ideas with fewer than 10 votes are closed and the votes are refunded to promote freshness. Your suggestion didn't build the right momentum this time, but feel free to submit it again! We find that the best suggestions describe the problem you are having, and the solution you want. You can learn more about the process of making suggestions on the Roll20 Wiki! More details can be found here .