Is there a way to permanently enter a state after a set amount of time with no timeout locally?
I tried using the schedule option under the toggle trigger and attempted to set the timeout option longer than the interval as a way to get it to stick but then had another problem of the state changing immediately after setting the interval. Restarting the program kept the avatar in the changed state which does not work for what I need.
I haven't tried the HTTP option since I'm unclear about how it works and need the states to change locally rather than through an online automated bot.
For reference, I am trying to permanently change the state of my avatar after a long period of time (about 15-20 minutes) automatically without the need of hotkeys. I did try to set the state to trigger on a button combination using a PyAutoGUI script that would run automatically as a scheduled task but RahiTuber wasn't able to detect the script automatically pressing buttons.
Is there any way to achieve this kind of effect?

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.