Thread: copylevel?
View Single Post
  #2  
Old 06-05-2007, 05:49 AM
godofwarares godofwarares is offline
Webmaster
godofwarares's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 552
godofwarares is on a distinguished road
Send a message via ICQ to godofwarares Send a message via AIM to godofwarares Send a message via MSN to godofwarares Send a message via Yahoo to godofwarares
Quote:
Originally Posted by oo_jazz_oo View Post
Ok, I am trying to use copylevel(), cause I needed a way to make a new level through script, and some body told me to use it.
Now, I tried doing it, but it just wont work....at all.
Heres my example:
PHP Code:
function onPlayerChats(){
if (
player.chat == "/level"){
copylevel("test.nw","test-"@player.account@".nw");
}

It just doesnt work....I tried putting levels/ in front of it, but nothing happened...
Whats wrong?
Or whats another way to make a new blank level through script? ><
Has to be serversided.
__________________
What signature? I see no signature?
Reply With Quote