Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

Forgot to add support for negative numbers in the AddTo regex.

`
var tag_regex = "<(\\w*)(\\s+\\d+)?(\\s\\d+)?>"
`
should be
`
var tag_regex = "<(\\w*)(\\s+[0-9\\-]+)?(\\s[0-9\\-]+)?>"
`

Really wish this had been fixed....

(1 edit)

Then congratulations your wish has been preemptively fulfilled, as that is what is currently used.  I addressed the actual problem on your post in the Bandit Tooltip Mod thread, just felt like poking fun.