Scripted Enemies

This isn't really a suggestion, but more of a "this feature can be expanded a couple different ways" so I figured this might be a place to post about it.
In the current build of the engine, you can define enemies with scripts. The initial idea was that you can replace/introduce new enemies into the engine by adding enemy scripts. (sample below) These would be global changes and would effect all maps (if replace was used). That concept didn't really sit well with me since it can make game-breaking scenarios. Especially if you needed a custom enemy for a custom level and then want to play the main game.
So here comes the suggestion part:
Enemy scripts should be defined on a per-level basis.
bonus feature reveal: new engine uses javascript for scripting. Old scripting commands will be reinterpreted.
This also applies to the upcoming 'Ch3"
In the current build of the engine, you can define enemies with scripts. The initial idea was that you can replace/introduce new enemies into the engine by adding enemy scripts. (sample below) These would be global changes and would effect all maps (if replace was used). That concept didn't really sit well with me since it can make game-breaking scenarios. Especially if you needed a custom enemy for a custom level and then want to play the main game.
So here comes the suggestion part:
Enemy scripts should be defined on a per-level basis.
karb.js: show
bonus feature reveal: new engine uses javascript for scripting. Old scripting commands will be reinterpreted.
This also applies to the upcoming 'Ch3"