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

Ordering Token Actions

I have a bunch of token action macros named -9,-8,-7, etc. up to 9. I want them to list in order of value, but they show up as -1,-2,-3,-4,-5,-6,-7,-8,-9,0,1,2,3,4,5,6,7,8,9. Is there any way to get them to list in ascending order properly?
1608935719
Jordan C.
Pro
API Scripter
You can order them manually and then unselect the option in the in-game settings that orders them alphabetically, past that I don't know another option
You can use a Stylus trick to reorder them... but you'll have to install stylus on each screen/device you want to see them reordered. <a href="https://app.roll20.net/forum/post/5899495/stupid-roll20-tricks-and-some-clever-ones/?pageforid=6387695#post-6387695" rel="nofollow">https://app.roll20.net/forum/post/5899495/stupid-roll20-tricks-and-some-clever-ones/?pageforid=6387695#post-6387695</a>
1608941079
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Yeah, alphabetically, that is correct, since it is seeing the "-" as a hyphen, and not reading the names as numbers. I don't know if "-" sorts before "+" but you could experiment and see if they sort properly if the positive values are listed as +1, +2 and so on.