diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-03 23:43:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-03 23:43:37 -0300 |
commit | a11302bc2c947747772687f5b635f78a7d2fe581 (patch) | |
tree | 50302125622989eb5865dd0f52e588ce8bf32213 /npc | |
parent | 5f4f16ac12858648d5bd5998c308e26d464fef5e (diff) | |
download | serverdata-a11302bc2c947747772687f5b635f78a7d2fe581.tar.gz serverdata-a11302bc2c947747772687f5b635f78a7d2fe581.tar.bz2 serverdata-a11302bc2c947747772687f5b635f78a7d2fe581.tar.xz serverdata-a11302bc2c947747772687f5b635f78a7d2fe581.zip |
Missing file
Diffstat (limited to 'npc')
-rw-r--r-- | npc/014-2/_import.txt | 1 | ||||
-rw-r--r-- | npc/014-2/note.txt | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/npc/014-2/_import.txt b/npc/014-2/_import.txt index eec19ef2e..e7bb59199 100644 --- a/npc/014-2/_import.txt +++ b/npc/014-2/_import.txt @@ -1,3 +1,4 @@ // Map 014-2: Woodlands Southeast // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/014-2/_warps.txt", +"npc/014-2/note.txt", 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; +} |