Thread: NPC Idles
View Single Post
  #3  
Old 02-20-2007, 01:08 PM
fathernitwit
Developer
 
Join Date: Jul 2004
Posts: 773
Default

you can set their appearance with a quest.

Code:
sub EVENT_SPAWN {
  $npc->SetAppearance(3);
}
Reply With Quote