summaryrefslogtreecommitdiff
path: root/npc/009-2-5/savaric.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-2-5/savaric.txt')
-rw-r--r--npc/009-2-5/savaric.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/009-2-5/savaric.txt b/npc/009-2-5/savaric.txt
new file mode 100644
index 00000000..dc1f08ab
--- /dev/null
+++ b/npc/009-2-5/savaric.txt
@@ -0,0 +1,20 @@
+// The Mana World scripts.
+// Author:
+// Micksha
+// Description:
+// Savaric had an affair with Reid and ultimately brought death to the whole Inn.
+// THIS IS A PLACEHOLDER!
+
+009-2-5,31,41,0 script Savaric NPC_SAVARIC,{
+ mesc l("You see a dead man hanging. This place is creepy!");
+ next;
+ mesc l("Suddenly the man opens his eyes and looks at you.");
+ next;
+ mesn l("Hanged Man");
+ mesq l("Oh, hello. Nice to see you - I seem to be dead, but I don't know why and why I'm still consciousness. This is very interesting.");
+ close;
+
+OnInit:
+ .distance = 4;
+ end;
+}