diff options
author | Reid <reidyaro@gmail.com> | 2012-11-05 23:55:14 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-11-05 23:55:14 +0100 |
commit | d229e5799154a3a85a8cd76fed46fa656c73aa57 (patch) | |
tree | 3846518cc3a259ad0aced955e2efc58cecb2739c /npc/000-1 | |
parent | 67ceb4175629f11251adcb877db92ceb34f7c5b4 (diff) | |
download | clientdata-d229e5799154a3a85a8cd76fed46fa656c73aa57.tar.gz clientdata-d229e5799154a3a85a8cd76fed46fa656c73aa57.tar.bz2 clientdata-d229e5799154a3a85a8cd76fed46fa656c73aa57.tar.xz clientdata-d229e5799154a3a85a8cd76fed46fa656c73aa57.zip |
Add different dialogues once the player has seen Nard on Gugli's script,
Clean nard and gugli scripts.
Diffstat (limited to 'npc/000-1')
-rw-r--r-- | npc/000-1/gugli.txt | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt index 641eca24..e9a8961c 100644 --- a/npc/000-1/gugli.txt +++ b/npc/000-1/gugli.txt @@ -26,6 +26,9 @@ OnTalk: mesn; set @nard, getq(ShipQuests_Nard); set @gugli, getq(ShipQuests_Gugli); + set @gado, getq(ShipQuests_ChefGado); + + if (@gado > 3 && @nard == 3) goto l_AllComplete; if (@nard > 1 || @gugli == 2) goto l_TaskCompleted; if (@gugli == 1) goto l_TaskGiven; @@ -152,12 +155,20 @@ l_TaskDone: l_TaskCompleted: mesq l("You are now part of the crew... At least for us down here!"); next; - mesq l("You should inform Nard about the loading progress of the merchandise on to the. He will be pleased to hear that good news."); + mesq l("You should inform Nard about the loading progress of the merchandise on to the ship. He will be pleased to hear that good news."); next; mesq l("Tell him that everything went fine and that we're almost done with the food."); close; +l_AllComplete: + mesq l("Elmo reported me what Nard said, congrats!"); + next; + mesq g(l("You're one of us now, that's good, I was sure that you were a kind lady when I first seen you!"), + l("You're one of us now, that's good, I was sure that you were a good man when I first seen you!")); + + goto l_Menu; + } 000-1.gat,83,107,0,1 script GugliBarrierCheck 0,2,0,{ |