diff options
author | Reid Yaro <reidyaro@gmail.com> | 2013-02-01 23:57:59 +0000 |
---|---|---|
committer | Reid Yaro <reidyaro@gmail.com> | 2013-02-02 00:05:04 +0000 |
commit | cc0576a38fa6317e4bbc969999a9e7bedda1b25f (patch) | |
tree | 9728ca7339b773e0b902f6bdf8ce2c70d8414b81 /npc | |
parent | 93be4f46958f956b152d689b9fdd137e618cac29 (diff) | |
download | serverdata-cc0576a38fa6317e4bbc969999a9e7bedda1b25f.tar.gz serverdata-cc0576a38fa6317e4bbc969999a9e7bedda1b25f.tar.bz2 serverdata-cc0576a38fa6317e4bbc969999a9e7bedda1b25f.tar.xz serverdata-cc0576a38fa6317e4bbc969999a9e7bedda1b25f.zip |
Remove useless "test" and update gugli script.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-0-0/sailors.txt | 1 | ||||
-rw-r--r-- | npc/000-1/gugli.txt | 2 |
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; |