Client Timer Script not behaving the way I'd expect

Hello, I'm debugging a client timer script with the following code:

systen.gui.messageBox("Test")

The timer is set to every 5 seconds, but for some reason, I am never seeing the messageBox prompt come up. I've ensured that the script is enabled, are there limitations to what the client script can access? The endgame for the script is to be able to read from and write to tags, as well as swap windows. What am I missing?

Does your script actually include the typo ("systen" vs "system")?

2 Likes

Ugh, I'm ashamed to say yes...
Thank you, and I'm sorry.

No problem, easy solve.

It would be nice to be able to call gateway and client scripts defined in this one from the script console so they can be tested for bugs.