If you are using GMLive for code execution, you’ll still want to call live_init, but with undefined for server URL.
live_init
undefined
You may also add constants manually via live_constant_add.
live_constant_add
Thank you kindly! For the server URL setting it to undefined caused it to error on start with something about a recursive struct, however an empty string did the trick.