summaryrefslogtreecommitdiff
path: root/npc/005-2-1/note.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-2-1/note.txt')
-rw-r--r--npc/005-2-1/note.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/npc/005-2-1/note.txt b/npc/005-2-1/note.txt
deleted file mode 100644
index c77c50fb6..000000000
--- a/npc/005-2-1/note.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-// TMW-2 Script.
-// Authors:
-// Saulc
-// Description:
-// A small note
-
-005-2-1,41,33,0 script Note#saxsocave NPC_PAPER_NOTE,{
- mesc l("I leave this basement that start to be too dangerous!");
-
- RegEasterEgg(EE_SAXSO, 5);
- close;
-
-OnInit:
- .distance = 2;
- end;
-}