Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I'm currently having issues with the window_command_hook_init() function. I was trying to look for the window_command_hook(command:) but it seems to be deprecated. Whenever I try to run the game with window_command_hook_init(), it crashes game maker whenever I call it.

window_command_hook is not deprecated.

window_command_hook_init has no code in it, but you should not be calling it.

Make sure that you downloaded the current version.

Thank you for informing me! I just thoughtwindow_command_hook() was deprecated since it wasn't showing up as a function since it has the same name as the extension file. Everything works fine! Thank you for the help!