Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Kind of weird as I thought I would follow the Roll20 guidelines by replacing the underscores with spaces upon submission. If you want, I can give you an itch.io key where you can download (and replace) the status icons with files having underscores in their names, by writing me a mail at info@stevencolling.com. What do you think?

I don't use Roll20 macros myself, but as a quick thought, did you try to use quotation marks around the file name? Like:

!token-mod --set statusmarkers|!"18 blinded"

Thanks for the response! I'm not familiar with the macro syntax so I just tried a bunch of stuff - quotations, square brackets, curly brackets, and paras. Nothing worked.

Let me continue to try and find the right syntax before going the renaming route. I'm not quite ready to rename dozens of files and re-upload all of them just yet :) I'll send you an email if I do reach that point.

But I do love the tokens!

Thanks, and like I said, if you don't want to rename them by yourself, I can give you the files with underscores instead of spaces. Good luck! :)

Found the answer in this thread!

https://app.roll20.net/forum/post/8616110/tokenmod-issue-with-spaces-in-status-marker-names

TLDR, every status icon has a unique name in the format XXXX:XXXXX that you need to reference. You can find those unique names by calling the token-mod help function as follows:

!token-mod --help

As part of the very verbose response it will list all of the currently loaded status icons and their unique names.

(+1)

Good to know, thanks! How are the spaces masked then when you read out a name with spaces in it?