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