Thread: command?
View Single Post
  #16  
Old 03-08-2003, 12:03 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
you people need to learn how to learn things without having every little detail handed to you

copylevel levelname,path/newlevelname;
copylevel test.nw,test/test2.nw;
makes test2.nw in
levels/test/

you cannot copy a level into the folder the level is already in so if
test.nw
was in levels/
copylevel test.nw,test2.nw
will not work
Reply With Quote