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 .
×

Custom moves dungeon world

Hi, In my DW game I use some custom moves. For example the players will be travelling through a desert and will all have to roll a Roll+Con to not run out of water. Is there anyway to make a custom move, like the ones on the character sheets, but present it in a handout or as a token so that the players can all see it and simply click to roll? Thanks in advance.
1589538889

Edited 1589538968
GiGs
Pro
Sheet Author
API Scripter
The best way to do this would be as an API Command Button:&nbsp; <a href="https://wiki.roll20.net/API:Chat#API_Command_Buttons" rel="nofollow">https://wiki.roll20.net/API:Chat#API_Command_Buttons</a> Create a macro for the Move roll, and another macro for the Move text you want people to see before they click the button. The text macro would include the text describing the move, and end with a button to launch the move. Here's a button to launch a macro called MoveRoll: [Roll the Move](!&amp;#13;#MoveRoll) The bit inside square brackets at the start is the text that gets displayed on the button.
1589546809
Finderski
Pro
Sheet Author
Compendium Curator
Just a quick clarification...you do NOT need to be Pro to use this trick...even though it says API Command Button...you're not actually using the API, so it all works. :)
1589547625
GiGs
Pro
Sheet Author
API Scripter
That's a sensible clarification. Yes, this is available to free users.