blob: ce41f10ba1a46c43987a876b7777e3bd50309f5b (
plain) (
tree)
|
|
// The Mana World scripts.
// Author:
// Micksha
// Description:
// Voltain the dark druid.
// THIS IS A PLACEHOLDER!
008-1,182,155,0 script Voltain NPC_DARK_DRUID,{
speech
l("Go away, I have to think about new evil doings."),
l("GO AWAY, I SAID!");
close;
OnInit:
.distance = 4;
end;
}
|