Originally Posted by Rhidian
Well, the test I did to see that it works was as follows:
1. At the intro fight with the three skeletons, kill them all, move away from them and save.
2. Reload. New enemies have spawned on top of the corpses of the original enemies.
3. Let the new enemies move prior to killing them. Move away and save.
4. Reload. With my code above, enemies spawned at the location that the last ones dies at (not on top of the original corpses).
5. Disable the Respawn toggle. Kill the enemies, save, and then reload. They should be gone.

I suppose I still need to check if consecutive saves/reloads without killing does anything, but I expect it not to. They should be spawning a creature every time since the last generation disappears upon reload (so there is only ever 1 creature spawned per original creature).
Just got around testing your version, on save,load,save,load etc. the enemies keep respawning themselves. This is because the game doesn't recognise the %spawn anymore. You should really consider using my code for a quick fix... (I don't mind, just here to help smile )

Last edited by FromHolland; 03/09/14 12:29 PM.