Is that the whole callstack? Sounds like you’re putting live_call
straight into a global script (outside of a function/event), which causes it to be ran before GMLive initializes (and the old version likely works only because GMLive
script was listed before the script using the function in your YYP file)