diff options
Diffstat (limited to 'npc/020-7-1/oskari.txt')
-rw-r--r-- | npc/020-7-1/oskari.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/020-7-1/oskari.txt b/npc/020-7-1/oskari.txt index 8f2504f73..a6db90584 100644 --- a/npc/020-7-1/oskari.txt +++ b/npc/020-7-1/oskari.txt @@ -51,6 +51,7 @@ case 6: case 7: pIdle(); + mesc l("I probably should talk to everyone else, and assess better the situation, before bothering Oskari."); break; case 8: pElias(); @@ -79,11 +80,11 @@ function pIdle { if (getarg(0, "") != "") { mesn; mesq l("What are you doing? Stop wasting my time and go talk to @@!", getarg(0, "##1##BBUGGY FLYING COW##b##0")); - close; + return; } mesn; mesq l("You have to excuse me, as you might have heard we're having some trouble at the moment and I, as Chief of Nikolai's household staff, have a lot to do."); - close; + return; } // Peetu Question |