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

Non-numeric value in Turn Tracker via macro

1630939682

Edited 1630939893
Grinning Gecko
Pro
Sheet Author
Hi. Is it possible to set a non-numeric value in the Turn Tracker via a macro? I can set it via the UI, but any attempt I try to set it using a macro just uses the first numeric value. If my macro is [[[[4]] &{tracker}]] it inserts "4". If my macro is [[[[4]] [[5]] &{tracker}]] or [[[[4 5]] &{tracker}]] it still just inserts "4".
1630940171
Andreas J.
Forum Champion
Sheet Author
Translator
API that might cover this: AddCustomTurn (by Aaron )-- An easy way to add (and remove) custom turns which increment or decrement, and have auto delete features.