Quote:
Originally Posted by CujoDaMan
So with that you could make a level for every player by setting the new level name as "house_"@player.account@".nw" correct fp? I'm on my blackberry typing this .. Just want to make sure that would work for a better understanding
|
Pretty much, be sure to do:
temp.lvl = "house_" @ escapefilename(player.account) @ ".nw";
Which will convert things like spaces and colons to their % reprensation form.