summaryrefslogtreecommitdiff
path: root/npc/008-2-20/valia.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-20/valia.txt')
-rw-r--r--npc/008-2-20/valia.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/008-2-20/valia.txt b/npc/008-2-20/valia.txt
new file mode 100644
index 00000000..d9545bf5
--- /dev/null
+++ b/npc/008-2-20/valia.txt
@@ -0,0 +1,19 @@
+// 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;
+}