summaryrefslogtreecommitdiff
path: root/npc/014-2/note.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/014-2/note.txt')
-rw-r--r--npc/014-2/note.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/014-2/note.txt b/npc/014-2/note.txt
new file mode 100644
index 000000000..4b7e0f375
--- /dev/null
+++ b/npc/014-2/note.txt
@@ -0,0 +1,14 @@
+// TMW-2 Script.
+// Authors:
+// Jesusalva
+// Description:
+// A temporary note
+
+014-2,48,20,0 script Note#014-2tmp NPC_NO_SPRITE,{
+ mes col("Path closed due recent Monster King attack!", 9);
+ close;
+
+OnInit:
+ .distance = 3;
+ end;
+}