diff options
Diffstat (limited to 'npc/008-1/voltain.txt')
-rw-r--r-- | npc/008-1/voltain.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/npc/008-1/voltain.txt b/npc/008-1/voltain.txt new file mode 100644 index 00000000..ce41f10b --- /dev/null +++ b/npc/008-1/voltain.txt @@ -0,0 +1,18 @@ +// 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; +} |