Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Would be something you do - the only thing you have to mind with scripts is the matching argument count (see documentation for live_call, live_call_ext. Also, for clarity, any GMLive-specific code error messages (suppose your script throws up an error and that's why it's not doing anything) will go into the Output window.

(2 edits)

Ah, I see. I was using the wrong function with scripts. Thanks for pointing that out!