Work with files in all accessible places in GameMaker games. · By YellowAfterlife
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.