Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Having trouble getting the events to spawn in. I'm using the spawn in region part of the plugin with the events to be spawned from Map 001. I do have Map 001 pre-loaded in the plugin settings. To activate the spawning of the events, I'm using this script in an even "QJ.SE.spawnRegion(1,[1,2,3],[77,76],0.8,true);" where 1 is the map, [1,2,3] are the events, [77,76] are the regions, 0.8 the probability of the event to spawn in that region, and true to save events location. Any pointers in the direction I need to take to get the events to spawn in?