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

Fly API as macro

I would like to envoke the Fly API as a macro and have the user input a value. So, for example, a token flying 5 feet would be enacted by typing: !fly 5 How would I create that as a Macro and let the user input the number?
If the command is as simple as "!fly 5", then you would just put the value inside of a query. !fly ?{Height|0}
That works perfectly, thanks.