summaryrefslogtreecommitdiff
path: root/npc/000-2-0/julia.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-0/julia.txt')
-rw-r--r--npc/000-2-0/julia.txt21
1 files changed, 10 insertions, 11 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt
index 5eec4a20..87ae9b74 100644
--- a/npc/000-2-0/julia.txt
+++ b/npc/000-2-0/julia.txt
@@ -39,7 +39,7 @@ l_Menu:
l("Could you explain to me where I am?"), l_WhereIam,
l("What happened to me?"), l_What,
l("Can I read these rules again?"), l_Rules,
- l("Nothing, sorry."), l_Close;
+ l("Nothing, sorry."), l_Quit;
mes "";
mesn;
@@ -108,7 +108,7 @@ l_First:
next;
mesq col(l("6. Follow the social convention listed on the RFC1855 article."), 9);
next;
-
+
mesn;
mesq l("Oh, and I almost forgot! Do not give the password of your room to anybody! I am the only one who has the other key and I won't ask for yours so keep it secret and try not to use the same password for any other room in the future.");
next;
@@ -136,7 +136,7 @@ l_NoChanges:
l_YNMenu:
menu
l("Yes, I do."), l_Menu,
- l("No, none."), l_Close;
+ l("No, none."), l_Quit;
l_WhereIam:
mes "";
@@ -168,13 +168,6 @@ l_EsperiaMenu:
l("Sorry, but I can't tell you anything about that."), l_NoChanges,
l("Nothing, sorry."), l_NoChanges;
-l_Close:
- mes "";
- mesn;
- mesq l("Bye!");
-
- close;
-
l_Rules:
mes "";
mesn;
@@ -221,5 +214,11 @@ l_Regret:
close;
-}
+l_Quit:
+ mes "";
+ mesn;
+ mesq l("Bye!");
+ close;
+
+}