diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-07-10 12:23:27 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-07-10 12:23:27 +0200 |
commit | d4b9d7eb62e4d8da5c0a59ee0fe6972722451131 (patch) | |
tree | 557d92c6b77bec28d1b0f269c1cee8455ff46473 | |
parent | 3f6762726c382c3d65774a81272d5930c66b8d79 (diff) | |
download | serverdata-d4b9d7eb62e4d8da5c0a59ee0fe6972722451131.tar.gz serverdata-d4b9d7eb62e4d8da5c0a59ee0fe6972722451131.tar.bz2 serverdata-d4b9d7eb62e4d8da5c0a59ee0fe6972722451131.tar.xz serverdata-d4b9d7eb62e4d8da5c0a59ee0fe6972722451131.zip |
Fixed lines badly placed/missing in julia's scripts.
-rw-r--r-- | npc/000-2-0/julia.txt | 12 | ||||
-rw-r--r-- | npc/001-2-21/julia.txt | 5 |
2 files changed, 11 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)"), -, diff --git a/npc/001-2-21/julia.txt b/npc/001-2-21/julia.txt index 26ffef23..2e2c9301 100644 --- a/npc/001-2-21/julia.txt +++ b/npc/001-2-21/julia.txt @@ -43,6 +43,11 @@ L_NoChanges: goto L_YNMenu; 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)"), -, |