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, 0 insertions, 20 deletions
diff --git a/npc/020-1/vaspina.txt b/npc/020-1/vaspina.txt
deleted file mode 100644
index 7e5b76bd..00000000
--- a/npc/020-1/vaspina.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-// 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;
-}
-
-