Thread: copylevel()
View Single Post
  #3  
Old 05-26-2006, 06:46 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Somewhere in the serversided part of the NPC System/Main:


NPC Code:

echo( "Copying level..");
copylevel( "levels/genlevel1.nw", "levels/generated/genlevel1.nw");



also tried

NPC Code:

echo( "Copying level..");
copylevel( "genlevel1.nw", "generated/genlevel1.nw");




Nothing worked, and the "Copying level.." text is shown on RC.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote