Is it possible to clear all the npcs in the level with a script in the same way you would with "/clearnpcs *.nw" in RC? For example let's put this script on an npc:
PHP Code:
function onPlayerTouchsMe(){
clearnpcs osl.nw;
}
I'm 100% sure this isn't how you would do it, but it's just to help you understand what I mean.