Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Try doing

if (!directory_exists(game_save_id)) directory_create(game_save_id)

before doing sprite_add_ns - it has to store the sprite somewhere, and last few versions of 1.4 were updated to no-longer auto-create the save directory.