diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/014-2/guards.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/npc/014-2/guards.txt b/npc/014-2/guards.txt index 6216de67c..71c458d89 100644 --- a/npc/014-2/guards.txt +++ b/npc/014-2/guards.txt @@ -6,7 +6,14 @@ 014-2,41,56,0 script Guard Jennifer NPC_GUARD2,{ mesn; - mesc l("Beyond this bridge are the Eternal Swamps!"); + mesq l("Halt! Beyond this gate, is the Great River and the Eternal Swamps."); + next; + mesn; + mesq l("Was not it only flooded constantly, the graveyard is not too far. If you stray away from the path, you'll get lost."); + next; + mesn; + mesq l("Various people already went missing, including GMs. This is why if you plan to cross, @@.", b(l("You won't be allowed to walk sideways, except to avoid a monster or two."))); + mesc l("If you try to walk west or east too much, you'll hit an \"invisible wall\" to prevent you from getting lost."); close; OnInit: |