Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello! I can't seem to recreate the issue of the On Load script not working after the first loaded map. Would you mind sending me an example of this scenario? There may be some other things involved that I am missing.

I thought the second issue would have an easy solution (check the starting tile when a map is loaded and trigger that script if it exists), however after I made the change I realized it could cause an infinite loop if the starting tile has a script to load the previous map - the game would quickly switch back and forth between each map. I suppose you could use different tiles for the starting tile and the one to trigger the map change. Is this auto-triggering the starting tile's script something that would be beneficial, or was it mainly just as alternative to the On Load script?