View Single Post
  #4  
Old 12-11-2003, 05:37 PM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Someone already made a post about putnpc2 some days ago, try to search before make a new post, anyway, you can also use join inside the putnpc2 brackets. I consider good to use join when the script is too big, so it will make your code shorter and readable.

NPC Code:

putnpc2 x,y,{
join <class name>;
};

Reply With Quote