View Single Post
  #9  
Old 05-29-2007, 01:10 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by PrinceOfKenshin View Post
but i have more than one x,y for the level
Then add the level more than once ...

PHP Code:
function warpToHosptial()
{
  
this.locations = {
                          { 
"level1.nw"1012 },
                          { 
"level1.nw"2056 },
                          { 
"level1.nw"3019 },
                          { 
"level1.nw"4023 },
                          { 
"level1.nw"5015 }
                        };
  
temp.ran random0this.locations.size() );
  
temp.coords this.locations[temp.ran];
  
player.setlevel2temp.coords[0], temp.coords[1], temp.coords[2] );

__________________
Reply With Quote