Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I'm having an issue with DrawGUI, I need for some stuff to not reload because it doesn't work with GMLive properly. How would I skip some code in a sub?

Relocate the code that you want to live-reload into a script and call that script in Draw GUI. Then move it back once the code is final (or don't - the overhead from calling a script is little to none)