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

How do I make the input window pop up when I click the button?

How do I make the input window pop up when I click the button? [Button1](!&13;/w gm ?{memo|}) was not the answer.
1596717360
Ziechael
Forum Champion
Sheet Author
API Scripter
If you set a macro as "memo" with the macro text being /w gm ?{memo|} you can change your button call to: [Button1](!&13;#memo)
You can't put the macro in the button command, you'd need to make the macro first, and then use the button command to refer to it. On a sheet you have access to make a new ability under the Attributes and Abilities tab, give it a name like Button1, then add your macro in the box. For the button, make it [Button1](~<sheet name>|Button1) and that will refer to the macro on that sheet and run it when you hit the button.
Ziechael said: If you set a macro as "memo" with the macro text being /w gm ?{memo|} you can change your button call to: [Button1](!&13;#memo) Thank you!!!! :))))