Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Using the http trigger is the best way to do stuff like that at the moment - it doesn't have to be an online bot, all you need to do is make a http GET request to the url you can copy from the states menu. I'm pretty sure there's a python function to do that, and that way you can reuse your script!

Thanks for the response. I got it to work! 

For some reason, trying to make a  GET request using the name version of the URL didn't work but using the ID version worked perfectly fine.

Oh, that's odd. What was the name of the state? 

Glad it worked!

(2 edits)

The name of the state was DecayMinor. Renaming it to State1 yielded the same syntax error. I tried using both "" and `` to see if that was causing the syntax error but that didn't seem to be the case.

That's very strange, i use the named ones all the time and never had that. I'll look more into it