// The Mana World scripts. // Author: // Micksha // Description: // Our beloved Evil Witch Valia. // THIS IS A PLACEHOLDER! 008-2-20,32,22,0 script Valia NPC_VALIA,{ speech l("Hi!"), l("You may remember me, I am Valia."); l("Better stay away from my basement, you may end up like the poor guy down there."); close; OnInit: .distance = 4; end; }