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.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/020-1/vaspina.txt b/npc/020-1/vaspina.txt
new file mode 100644
index 00000000..0b46be13
--- /dev/null
+++ b/npc/020-1/vaspina.txt
@@ -0,0 +1,21 @@
+// 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:
+ .bodytype = BODYTYPE_2;
+ .distance = 2;
+ end;
+}
+
+