I see, that probably be the best way to go with then, just got your 'boundary' plugin, I still need to learn how to do this right. and I think I didn't explain it right, I don't need it to spawn at once, just to spawn fast as passible like your original script for region already do, but instead of spawn to part of the region spawn it to the full area of the region.
And yes, I sew the script above but is for 'random' events from the map id, and I need to spawn 'specific' event id on the full region area, Is that passible? Also I don't need it to spawn in the same second, as long as it spawn fast enough to not fill like is take forever (7-10 seconds?). Do you know why the method with the 'var' doesn't work? It's work with 'galv spawn', and 'galv' is weaker then your spawn, so why something like
Ritter.spawnEvent($gameVariables.value(35),15,true);
doesn't work with your plugin? is should make it spawn not at the same time but still fill the all region (with 'jump to label' I show in the picture above.
Here is the same idea but with 'galv spawn' script the connect to a 'var', as you can see it's fill the all region area, not at the same time but that works for me as long as is fill the all region area without to much fps dropping:
'68' are the event number from the spawn map Id, '34' are the 'var' ID, and '11' are the region it will spawn on, using 'if: Random = 500 jump to label' make the script to repeat itself until the all area full, however when trying this way with your spawn is only add some amount of repeating but doesn't get the all region area full , but when trying to use the same idea with RitterSpawn is not working at all, is like the main 'Ritter.spawnEvent' script can't be connect to the 'variable' for some reason, could you check it out? I have other problems with 'galv' so if I can do similar thing with your spawn I prefer to use yours. There is no rush or anything so if you need time to check it that ok.
And again It's not have to be spawn at the same time (I sew how is drop the 'fps' like you said), is just need to fill it up fast as you can get it to be. Thanks again for your time, I appreciate it!