summaryrefslogtreecommitdiff
path: root/npc/003-2/eistein.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-02 18:16:02 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-02 18:16:02 -0300
commita03f6655714104e8a41fc5fd447a102e950961a6 (patch)
treef1376ae097a6cce5c84491c02b36ffd3b7b6eb9c /npc/003-2/eistein.txt
parent07406aceb786b51244e109cf23eb12bd2795c5ea (diff)
downloadserverdata-a03f6655714104e8a41fc5fd447a102e950961a6.tar.gz
serverdata-a03f6655714104e8a41fc5fd447a102e950961a6.tar.bz2
serverdata-a03f6655714104e8a41fc5fd447a102e950961a6.tar.xz
serverdata-a03f6655714104e8a41fc5fd447a102e950961a6.zip
Sorry, it's the age -_- :expressionless:
Diffstat (limited to 'npc/003-2/eistein.txt')
-rw-r--r--npc/003-2/eistein.txt19
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;