// The Mana World scripts. // Author: // Micksha // Description: // Selim the Dyer. // THIS IS A PLACEHOLDER! 008-1,38,40,0 script Selim NPC_GUMI_THE_DYER,{ speech l("Oh hey!"), l("Good you are here, you could be handy for me right now."), l("Or maybe later. Hmm, we'll see."); close; OnInit: .sex = GENDER_HIDDEN; .distance = 4; end; }