diff options
Diffstat (limited to 'npc/003-2/lua.txt')
-rw-r--r-- | npc/003-2/lua.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index ad09410af..70c355a01 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -214,6 +214,19 @@ L_Complete: mesn; mesq l("You see the docks on the other side of the town? There should be a ship docked there."); next; + if (!$GAME_STORYLINE < 1) { + mesn; + mesq l("The ship can bring you to the town of Hurnscald, but we have a problem: It is currently being occupied by a Monster Army."); + next; + mesn; + mesq l("That would be your next destination, but first, the monster army must be driven out!"); + next; + mesn; + mesq l("The Game Masters are assembling a party to storm Hurnscald and liberate it. You should try joining it!"); + next; + mesc l(">> Hurnscald must be Liberated first, to continue this story <<"), 1; + close; + } mesn; mesq l("You already got the money. Go there and pay ##B Hurnscald ##b a visit. The ##B mayor ##b should be able to help you."); next; |