// Evol scripts. // Author: // Micksha // Description: // Sander, a free soldier working with Nickos on protecting the town from mine mobs. // THIS IS A PLACEHOLDER! 020-1,200,203,0 script Sander NPC_SANDER,{ speech l("Hi there."), l("I will send you to the mines! Later, when we have clearance for the mines, that is."), l("Tell Micksha to get up his ass for mapping desert caves, maybe this will speed it up."); close; OnInit: .sex = GENDER_MALE; .distance = 4; end; }