summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/000-0-0/sailors.txt1
-rw-r--r--npc/000-1/gugli.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt
index a12743b9..e5c6d49b 100644
--- a/npc/000-0-0/sailors.txt
+++ b/npc/000-0-0/sailors.txt
@@ -77,7 +77,6 @@ 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 60603942..f7e359c3 100644
--- a/npc/000-1/gugli.txt
+++ b/npc/000-1/gugli.txt
@@ -204,6 +204,7 @@ l_TaskCompleted:
mesq l("You should inform Nard about the loading progress of the food on to the boat. 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.");
+ next;
goto l_Menu;
@@ -212,6 +213,7 @@ l_AllComplete:
next;
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!"));
+ next;
goto l_Menu;