View Single Post
  #7  
Old 02-01-2007, 05:19 AM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
I've always done
PHP Code:
  temp.npc putnpc2(params[1],params[2],"join(\"blah!\");");
  
temp.npc.owner player.account;
  
temp.npc.attr[1] = params[3]; 
You could also save the id of temp.npc for later editing .
Reply With Quote