summaryrefslogtreecommitdiff
path: root/npc/000-2-0/julia.txt
diff options
context:
space:
mode:
authorAlige <gauvain.dauchy@free.fr>2016-07-10 12:23:27 +0200
committerAlige <gauvain.dauchy@free.fr>2016-07-10 12:23:27 +0200
commitd4b9d7eb62e4d8da5c0a59ee0fe6972722451131 (patch)
tree557d92c6b77bec28d1b0f269c1cee8455ff46473 /npc/000-2-0/julia.txt
parent3f6762726c382c3d65774a81272d5930c66b8d79 (diff)
downloadserverdata-d4b9d7eb62e4d8da5c0a59ee0fe6972722451131.tar.gz
serverdata-d4b9d7eb62e4d8da5c0a59ee0fe6972722451131.tar.bz2
serverdata-d4b9d7eb62e4d8da5c0a59ee0fe6972722451131.tar.xz
serverdata-d4b9d7eb62e4d8da5c0a59ee0fe6972722451131.zip
Fixed lines badly placed/missing in julia's scripts.
Diffstat (limited to 'npc/000-2-0/julia.txt')
-rw-r--r--npc/000-2-0/julia.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt
index c29e7428..ad93bfad 100644
--- a/npc/000-2-0/julia.txt
+++ b/npc/000-2-0/julia.txt
@@ -57,12 +57,6 @@ L_Menu:
l("Can I read these rules again?"), L_Rules,
l("Nothing, sorry."), L_Quit;
- mes "";
- mesn;
- mesq l("Of course! Tell me which language you speak and I will change the note on the ship board list.");
-
- goto L_ChooseLang;
-
L_First:
checkclientversion;
@@ -79,6 +73,12 @@ L_First:
goto L_ChooseLang;
L_ChooseLang:
+
+ mes "";
+ mesn;
+ mesq l("Of course! Tell me which language you speak and I will change the note on the ship board list.");
+ next;
+
menu
menuimage("flags/en", l("I speak English.") + " (English)"), -,
menuimage("flags/fr", l("I speak French.") + " (Français)"), -,