View Single Post
  #9  
Old 01-24-2005, 04:22 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally Posted by ZeroTrack
because functions are clientside
You call yourself a scripter?

Edit:
I would do this
PHP Code:
function spawn() { 
  
setstring this.type,Undead
  
putnpc2 x,y,{ 
  
join temporary
  
join baddy
  }; 
  
with(npcs[npcscount-1]) { 
    
setstring this.type,#s(thiso.type); 
    
setstring this.owner,Baddy
    
callnpc -1,typeset;
  } 


//class
if(typesetsendtonc Type#s(this.type); 
Reply With Quote