diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-11-09 23:27:37 +0400 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-11-09 23:27:37 +0400 |
commit | e0f9a1490c524532f452dcb6891f6a434c4ee08d (patch) | |
tree | 2bc61abd979d194a91274fc272eef2259472ce3f | |
parent | 8159b74f7107c4a0c0517727fd3e52a7a8d4ffee (diff) | |
download | serverdata-e0f9a1490c524532f452dcb6891f6a434c4ee08d.tar.gz serverdata-e0f9a1490c524532f452dcb6891f6a434c4ee08d.tar.bz2 serverdata-e0f9a1490c524532f452dcb6891f6a434c4ee08d.tar.xz serverdata-e0f9a1490c524532f452dcb6891f6a434c4ee08d.zip |
Fixed bad discussion order in Nard's script. Now makes more sense.
-rw-r--r-- | npc/000-2-3/nard.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt index cd2bd0ec..66fc2a80 100644 --- a/npc/000-2-3/nard.txt +++ b/npc/000-2-3/nard.txt @@ -73,8 +73,8 @@ L_Menu: L_MenuQuest: menu l("What do you need?"), -, - l("Wait, you never came here before?"), L_DrasilIsland, - l("Is there a reward?"), L_NeedHead; + l("Is there a reward?"), L_NeedHead, + l("Wait, you never came here before?"), L_DrasilIsland; mes ""; mesn; @@ -92,17 +92,17 @@ L_NeedHead: next; mesq l("Hard work always pays off!"); next; + mesq l("What? It's not good enough?"); + next; L_NeedContent: mesq l("Our crew is like a family, and if you agree to help us, I would like to invite you to join our family!"); next; - mesq l("What? It's not a good reward?"); - next; - mesq l("Oh well. I'll also give you one of these hats from the box near you, but only after you complete your task!"); + mesq l("Hmm, I'll also give you one of these hats from the box near you, but only after you complete your task!"); next; - mesq l("I give you this key, it opens all the doors on this ship."); + mesq l("Here, take this key, it opens all the doors on this ship."); next; - mesq l("Now go outside and talk with Gugli, he'll tell you what we need."); + mesq l("Now go outside and talk to Gugli, he'll tell you what we need."); next; inventoryplace JohanneKey, 1; |