View Single Post
  #1  
Old 12-29-2008, 07:45 AM
[email protected] zeektheman2@hotmail.com is offline
SirZeek
Join Date: May 2008
Posts: 37
zeektheman2@hotmail.com is on a distinguished road
Not Copying Level

PHP Code:
function onActionServerSide()
{
  switch( 
params[0] )
  {
    case 
"Rpg_Start":

      echo(
"Setting Battle Up!");
      
this.Fightlevel params[2];
      
this.TileT params[5];
  
copylevel("nerion_battle1.nw","battles/battle"@params[5]@"_"@params[1]@".nw");  
 
    }


Can anybody tell me why this will not copy the level
Reply With Quote