Always enjoy playing your games!
Kaiju Games
Recent community posts
Update: I removed the extension and added it back and that seemed to have worked! It now detects all of the files where I've placed live_call(). Just an FYI to anyone who's reading this and may have had the same issue. Not sure what broke it to begin with. Will check again next time I create a new object now that I've pushed my changes to GIT.
Hello!
Just downloaded and included this in my project. GMLive works great with a menu item, and I was only calling live_call() in three different places, including the Create and Draw GUI of said menu object. I then manually created a new object, manually copied the code from the menu object into this one, and ran GMLive. It seemed to be working okay, though I was trying to understand why the Create event wasn't working. I then decided to commit and push to my GIT account. It was after this moment that GMLive in this new object seemed to stop working. The logs say that only 3 files are detected using live_call() (though it should be 5). And no changes happen on game_restart.
I have tried cleaning GMS, making a completely separate object and using that with GMLive (doens't work), closing and re-running the server, restarting the computer, and nothing seems to get this new object working with GMLive.
Any help?
GMS IDE2.3.0.529 - Runtime 2.3.0.401 - Win 10 Pro
Thanks!