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

AddCustomTurn popup queries possible?

Is it possible to have a query pop up when running AddCustomTurn for naming and length of status effect? I'm interested in using it to track the length of time a bout of madness effect lasts in Call of Cthulhu but the length of time is different each time depending on what the player rolled. Ideally, I'd like to be able to at least select the kind of madness from a dropdown list and select the number of rounds from 1-10.
1689485740
The Aaron
Roll20 Production Team
API Scripter
Something like:  !act ?{Duration?|10} -1 --?{Effect?|Maddness|Taco Fever|etc}
The Aaron said: Something like:  !act ?{Duration?|10} -1 --?{Effect?|Maddness|Taco Fever|etc} You absolute diamond Aaron. Live long and prosper.
1689524105
The Aaron
Roll20 Production Team
API Scripter
Minor correction: !act -1 ?{Duration?|10} --?{Effect?|Maddness|Taco Fever|etc} I always seem to get the first arguments out of order. =D
1689532442
vÍnce
Pro
Sheet Author
Borrowed. ;-)
1689537165
The Aaron
Roll20 Production Team
API Scripter
If you're using the 1-click version, be sure to check out the help.  I've expanded the functionality with quite a bit of options regarding adding and removing, and where to place it. !act --help
1689542872

Edited 1689556838
The Aaron said: Minor correction: !act -1 ?{Duration?|10} --?{Effect?|Maddness|Taco Fever|etc} I always seem to get the first arguments out of order. =D Updated to the new one. Thanks bunches man.