summaryrefslogtreecommitdiff
path: root/npc/020-1/vaspina.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-1/vaspina.txt')
-rw-r--r--npc/020-1/vaspina.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/020-1/vaspina.txt b/npc/020-1/vaspina.txt
new file mode 100644
index 00000000..7e5b76bd
--- /dev/null
+++ b/npc/020-1/vaspina.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Vaspina the Harmony Mage.
+// THIS IS A PLACEHOLDER!
+
+020-1,91,112,0 script Vaspina NPC_MORGAN,{
+ speech
+ l("Hi!"),
+ l("Pst, not so loud. You frighten the animals here."),
+ l("You were told to not harm peaceful beings in the Academy, right? Please strictly follow that rule.");
+ close;
+
+OnInit:
+ .distance = 4;
+ end;
+}
+
+