summaryrefslogtreecommitdiff
path: root/npc/014-2/note.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-29 22:38:32 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-29 22:38:32 -0300
commit15141b9adff79c77a4707db67b11147c3b1f1f0e (patch)
tree7c368e8a925f1d09d1e2364d47c6479b131af53f /npc/014-2/note.txt
parent4fdd9556c2ed3ff98fdd68b6672ca7bbb0faea92 (diff)
downloadserverdata-15141b9adff79c77a4707db67b11147c3b1f1f0e.tar.gz
serverdata-15141b9adff79c77a4707db67b11147c3b1f1f0e.tar.bz2
serverdata-15141b9adff79c77a4707db67b11147c3b1f1f0e.tar.xz
serverdata-15141b9adff79c77a4707db67b11147c3b1f1f0e.zip
Make maps.
Diffstat (limited to 'npc/014-2/note.txt')
-rw-r--r--npc/014-2/note.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/npc/014-2/note.txt b/npc/014-2/note.txt
deleted file mode 100644
index 276429572..000000000
--- a/npc/014-2/note.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-// TMW-2 Script.
-// Authors:
-// Jesusalva
-// Description:
-// A temporary note
-
-014-2,48,20,0 script Note#014-2tmp NPC_NO_SPRITE,{
- mesc l("Path closed due recent Monster King attack!");
- close;
-
-OnInit:
- .distance = 3;
- end;
-}