diff options
-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)"), -, |