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

Button call another button

1500717535
Kryx
Pro
Sheet Author
API Scripter
I'd like to rename some of my buttons and to avoid it breaking users existing code I'd like to have a button call another button. Example: Old Button <button type="roll" name="roll_action" value="@{output_option}" > New Button <button type="roll" name="roll_roll" value="@{output_option}" > New reference Button <button type="roll" name="roll_action" value="%{roll}" > I tried with different names and even getting a button outside of a repeating section to activate another button. Is this not possible within roll20? :(
1500718687
Kryx
Pro
Sheet Author
API Scripter
I can just put the same value in the hidden reference button. That'll work!