I'm trying to enable/disable global timers from a plugin based upon certain circumstances, but I can't seem to access them.
When I run '.Note(IsTimer("TestTimer"))' from my input bar, I receive the response that I expect - eOK.
When I call a function in my plugin with the same line (minus the scripting prefix, of course), I receive indication that that timer doesn't exist (return code 30017).
Is it possible to access a timer I've manually added to my preferences from the scope of my plugin?
When I run '.Note(IsTimer("TestTimer"))' from my input bar, I receive the response that I expect - eOK.
When I call a function in my plugin with the same line (minus the scripting prefix, of course), I receive indication that that timer doesn't exist (return code 30017).
Is it possible to access a timer I've manually added to my preferences from the scope of my plugin?