From 7c1e50744bd734f601c0cefbca3033696a65126e Mon Sep 17 00:00:00 2001 From: Reid Yaro Date: Wed, 23 Jan 2013 01:31:49 +0000 Subject: Correct bug on Gugli script. --- npc/000-0-0/sailors.txt | 1 + npc/000-1/gugli.txt | 10 ++++++---- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'npc') diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index e5c6d49b..a12743b9 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -77,6 +77,7 @@ OnTalk: 000-0-0.gat,25,23,0,1 script Magic Arpan 307,{ doevent "Elmo::OnTalk"; + mesq "test"; close; diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt index 36bd8447..60603942 100644 --- a/npc/000-1/gugli.txt +++ b/npc/000-1/gugli.txt @@ -81,9 +81,9 @@ l_Menu: menu rif(getq(ShipQuests_Couwan) == 1, l("Couwan gave me this box, it is for you.")), l_Couwan, rif(countitem("AquadaBox") > 0 || countitem("CroconutBox") > 0 || countitem("PlushroomBox") > 0, l("I have some food for you.")), l_CollectSmthing, - l("Who should I search for?"), l_SailorNames, - l("Where can I find your crew?"), l_Location, - l("See you!"), l_Quit; + rif(getq(ShipQuests_Couwan) < 2, l("Who should I search for?")), l_SailorNames, + rif(getq(ShipQuests_Couwan) < 2, l("Where can I find your crew?")), l_Location, + l("Bye!"), l_Quit; l_MenuDone: menu @@ -205,7 +205,7 @@ l_TaskCompleted: next; mesq l("Tell him that everything went fine and that we're almost done with the food."); - close; + goto l_Menu; l_AllComplete: mesq l("Elmo told me what Nard said, congrats!"); @@ -213,6 +213,8 @@ l_AllComplete: mesq g(l("You're one of us now, that's great! I was sure that you were a kind lady when I first saw you!"), l("You're one of us now, that's great! I was sure that you were a good man when I first saw you!")); + goto l_Menu; + l_Quit: close; -- cgit v1.2.3-70-g09d2