diff options
author | Reid <reidyaro@gmail.com> | 2012-11-05 23:45:02 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-11-05 23:47:06 +0100 |
commit | 1287a30a035d7209a5dde94dc8de006641d348f6 (patch) | |
tree | f4858dfe66253e12f5785d46fcccb5d63962ce18 /npc | |
parent | 97af44e80babba41648558d44cf3816874b59e9e (diff) | |
download | clientdata-1287a30a035d7209a5dde94dc8de006641d348f6.tar.gz clientdata-1287a30a035d7209a5dde94dc8de006641d348f6.tar.bz2 clientdata-1287a30a035d7209a5dde94dc8de006641d348f6.tar.xz clientdata-1287a30a035d7209a5dde94dc8de006641d348f6.zip |
Directly ask for new quest once gugli's one is done.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-3/nard.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt index 23951d69..7c6041cf 100644 --- a/npc/000-2-3/nard.txt +++ b/npc/000-2-3/nard.txt @@ -140,16 +140,18 @@ l_Done: mesq l("Hi @@.", strcharinfo(0)); next; mesq l("Elmo and Gugli reported me that you done all of the task outside, congrats!"); - next; setq ShipQuests_Nard, 2; - + next; + goto l_ChefQuestRedir; close; l_ChefQuestStart: mesn; mesq l("Elmo told me you are now considered as one of us on the island. And I do appreciate efforts you did down there."); next; + +l_ChefQuestRedir: mesq l("Unfortunately we still need help from you. This time it will be a delicate task, here onboard."); next; mesq l("Elmo reported me about some frictions between my old and new lieutenants. You probably have already met Julia and Gado the Chef."); |