Let's say you want to have noplayerkilling on your whole overworld map,
or you have a radio npc that plays user selected midi when the radio is on
but the game theme midi when the radio is off depending on what level you are in..
Or any kind of npc that you want to have in nearly every level of your server.
Instead of copy and pasting the npc a hundred times, how about a small, simple application:
-Put the text of the npc you want to add into a file
-Put the .nw files into the folder that the text of the npc is in
-assign a destination folder
program: read the .nw file
for each .nw file : read .nw file
append the .txt file to .nw file
save .nw file with the npc text together, in destination folder
Should not be too hard to program into a small standalone app ...and would save a bunch of time!