Skip to content

Instantly share code, notes, and snippets.

@uyjulian
Created April 30, 2023 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uyjulian/b9111fb2a497e22f29e6e0c06d6ae57c to your computer and use it in GitHub Desktop.
Save uyjulian/b9111fb2a497e22f29e6e0c06d6ae57c to your computer and use it in GitHub Desktop.
{
global.System.exitOnNoWindowStartup = false;
global.timer = new Timer(function() { Debug.message("xex"); }, '');
global.timer.interval = 50;
global.timer.enabled = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment