diff options
Diffstat (limited to 'npc/014-2/note.txt')
-rw-r--r-- | npc/014-2/note.txt | 14 |
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; -} |