diff options
Diffstat (limited to 'npc/014-5/sign.txt')
-rw-r--r-- | npc/014-5/sign.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/014-5/sign.txt b/npc/014-5/sign.txt new file mode 100644 index 000000000..422cd3d80 --- /dev/null +++ b/npc/014-5/sign.txt @@ -0,0 +1,19 @@ +// TMW2 Script. +// Author: +// Jesusalva +// Description: +// Random Sign nobody bothers reading. + +014-5,179,29,0 script Sign#014517929 NPC_SWORDS_SIGN,{ + mesc l("Welcome to the Greenlands, the place cursed by the Monster King to be ice forever, and now known as Icelands."); + next; + mesc l("It's advised to come ready for the cold, the hungry beasts, and other dangers snow may bring."); + next; + mesc l("WARNING: Path temporaly closed due strong snowstorm."), 3; + close; + +OnInit: + .sex = G_OTHER; + .distance = 3; + end; +} |