summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/005-2-1/note.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/005-2-1/note.txt b/npc/005-2-1/note.txt
new file mode 100644
index 000000000..c3e309db4
--- /dev/null
+++ b/npc/005-2-1/note.txt
@@ -0,0 +1,15 @@
+// TMW-2 Script.
+// Authors:
+// Saulc
+// Description:
+// A small note
+
+005-2-1,41,33,0 Note#saxsocave NPC_PAPER_NOTE,{
+ narrator S_LAST_NEXT,
+ l(I leave this basement that start to be too dangerous!");
+ close;
+
+OnInit:
+ .distance = 2;
+ end;
+}