
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
New Button
Is this not possible within roll20? :(
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? :(