diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-02 18:16:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-02 18:16:02 -0300 |
commit | a03f6655714104e8a41fc5fd447a102e950961a6 (patch) | |
tree | f1376ae097a6cce5c84491c02b36ffd3b7b6eb9c | |
parent | 07406aceb786b51244e109cf23eb12bd2795c5ea (diff) | |
download | serverdata-a03f6655714104e8a41fc5fd447a102e950961a6.tar.gz serverdata-a03f6655714104e8a41fc5fd447a102e950961a6.tar.bz2 serverdata-a03f6655714104e8a41fc5fd447a102e950961a6.tar.xz serverdata-a03f6655714104e8a41fc5fd447a102e950961a6.zip |
Sorry, it's the age -_- :expressionless:
-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; |