Try adding this to your folder config.
level *.nw
If you still aren't having any luck just store the test.nw in your insides folder, and use:
PHP Code:
function onPlayerEnters() {
copylevel("insides/test.nw", "insides/inside_" @ player.account @ ".nw");
}