diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-2/eistein.txt | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/npc/003-2/eistein.txt b/npc/003-2/eistein.txt index e6b7cb6db..40a1d5784 100644 --- a/npc/003-2/eistein.txt +++ b/npc/003-2/eistein.txt @@ -40,6 +40,7 @@ mesn; mesq l("Waw, you are level @@! Many congratulations. If there were people like you, ukarania wouldn't have been destroyed...", BaseLevel); break; + } } speech S_FIRST_BLANK_LINE | S_LAST_NEXT, @@ -48,16 +49,16 @@ l("I'll give you a reward, in the name of Saulc, once you reach the following levels: 25, 50, 75, 100, 125 and 150."); do { - select - l("Interesting! can I be rewarded for my help?"), - l("Quit"); + select + l("Interesting! can I be rewarded for my help?"), + l("Quit"); - switch (@menu) { - case 1: - quest_open; - break; - } - } while (@menu != 2); + switch (@menu) { + case 1: + quest_open; + break; + } + } while (@menu != 2); closedialog; goodbye; |