// Evol scripts. // Author: // Micksha // Description: // Nyle, Candor's shopkeeper. // THIS IS A PLACEHOLDER! 012-2-3,42,30,0 script Nyle NPC_NYLE,{ speech l("Welcome."), l("Someone was too lazy to even write a placeholder text, so please come back later"); close; OnInit: .sex = G_MALE; .distance = 2; end; }