// Evol scripts. // Authors: // Reid // Description: // Blacksmith's assistant of Artis 001-1,95,109,0 script Chelios NPC_CHELIOS,{ mesn; mesq l("Can I be of any help?"); goto L_Close; L_Close: close; OnInit: .sex = G_MALE; setnpcdistance 2; end; }