Thread: NPCs sleeping
View Single Post
  #24  
Old 03-04-2007, 09:01 PM
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
*bump*
What's wrong with this?
PHP Code:
function onCreated()
{
  
canwarp2();
  
canwarp();
  
this.battlegrounds =
    {
      
"syn_battleground1.gmap",
      
"syn_battleground2.gmap",
      
"syn_battleground3.gmap",
      
"syn_battleground3a.gmap",
      
"syn_battleground1_cavec1.nw",
      
"syn_battleground1_cavea1.nw"
    
};
  
setTimer);
}
function 
onTimeOut()
{
  for ( 
temp.ithis.battlegrounds )
  {
    
warptotemp.i3030 );
    for ( 
temp.anpcs )
    {
      
temp.a.trigger"update""" );
    }
    
//echo( this.level.name );
  
}
  
setTimer);

__________________
Reply With Quote