summaryrefslogtreecommitdiff
path: root/npc/008-1/voltain.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1/voltain.txt')
-rw-r--r--npc/008-1/voltain.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/008-1/voltain.txt b/npc/008-1/voltain.txt
new file mode 100644
index 00000000..b5f82db0
--- /dev/null
+++ b/npc/008-1/voltain.txt
@@ -0,0 +1,19 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Voltain the dark druid.
+// THIS IS A PLACEHOLDER!
+
+008-1,182,155,0 script Voltain#008-1 NPC_DARK_DRUID,{
+ speech
+ l("Go away, I have to think about new evil doings."),
+ lg("GO AWAY, I SAID!");
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 2;
+ end;
+}