summaryrefslogtreecommitdiff
path: root/npc/016-1/gwendolyn.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/016-1/gwendolyn.txt')
-rwxr-xr-xnpc/016-1/gwendolyn.txt28
1 files changed, 14 insertions, 14 deletions
diff --git a/npc/016-1/gwendolyn.txt b/npc/016-1/gwendolyn.txt
index 619a22e2..b01ab292 100755
--- a/npc/016-1/gwendolyn.txt
+++ b/npc/016-1/gwendolyn.txt
@@ -59,7 +59,7 @@ L_Next:
mes "\"The first thing you need is, obviously, a bow. You should not use any you come across, but a high quality one. I think it would be best to go to Alan in Hurnscald. He is my cousin, and knows how to make Forest Bows of exquisite quality. \"";
if (countitem("ForestBow") < 1)
- goto L_Close;
+ goto L_close;
next;
menu
"I already have a Forest Bow.",L_state2;
@@ -101,7 +101,7 @@ L_state3:
next;
menu
"Can you please repeat your lesson?",L_lesson,
- "I will go and hunt some snakes.",L_Close,
+ "I will go and hunt some snakes.",L_close,
"I have what you want.",L_Next1;
L_Next1:
@@ -171,7 +171,7 @@ L_state5:
menu
"Can you please explain the task again?",L_Game_explain,
"I'm ready, let's start!",L_Game,
- "I'm sorry, I will come back later.",L_Close;
+ "I'm sorry, I will come back later.",L_close;
L_Game:
if (countitem("ForestBow") < 1)
@@ -252,7 +252,7 @@ L_choose_start_pos:
"I want to move left.",L_step_left,
"I go right.",L_step_right,
"I stay.",L_step_no,
- "I will try it later.",L_Close;
+ "I will try it later.",L_close;
L_step_no:
.@spX = 0;
@@ -425,7 +425,7 @@ L_target_hit:
mes "\"You proved that you are worthy to call yourself a graduate of the School of Archery.\"";
next;
mes "\"But remember, there is always something new to learn. And you should not let your training down in order to keep and improve your abilities.\"";
- goto L_Close;
+ goto L_close;
L_target_nohit:
mes "\"Ohh! Half a fingerbreadth aside.\"";
@@ -437,7 +437,7 @@ L_target_nohit:
L_state6:
mesn "Gwendolyn Bowmaker";
mes "\"You really have a reason to be proud.\"";
- goto L_Close;
+ goto L_close;
L_state1:
mes "[Gwendoly Bowmaker]";
@@ -451,17 +451,17 @@ L_No_student:
mes "\"That's a pity. Well, if you change your mind, come back any time.\"";
.@Q_hawkseye = 1;
callsub S_Update_Var;
- goto L_Close;
+ goto L_close;
L_No_Money:
mes "\"I am sorry, but it seems that you don't have enough money. Come back when you have reorganized your finances.\"";
.@Q_hawkseye = 1;
callsub S_Update_Var;
- goto L_Close;
+ goto L_close;
L_No_bow:
mes "\"As an archer, you should always carry your bow with you. Go and get it.\"";
- goto L_Close;
+ goto L_close;
L_bow_bought:
mes "\"You just bought it? You won't learn anything from that. To understand the nature of this bow, you have to collect the needed material by yourself. Only this way will you get a feeling of what it means to use such a weapon. \"";
@@ -469,23 +469,23 @@ L_bow_bought:
mes "\"The best thing would be to let you make the bow by yourself. But I guess, that would go to far. And it would take ages to get a high quality bow.\"";
next;
mes "\"Ok, go to Alan and come back with a bow made out of the logs you collected.\"";
- goto L_Close;
+ goto L_close;
L_Not_enough_eggs:
mes "\"Maybe I should also give you a lesson in how to count? You haven't enough.\"";
- goto L_Close;
+ goto L_close;
L_Not_Ready:
mes "\"I am pleased about your progrees, but you are not ready for the next step yet. Go and do some more training, before you come back. Remember also: It is wise to speak with people you meet on your journey, there is always something new to learn.\"";
- goto L_Close;
+ goto L_close;
L_No_arrows:
mes "Gwendolyn sighs and shake her head.";
next;
mes "\"Another lecture: Take always enough arrows with you. Go and come back when you are equipped adequately.\"";
- goto L_Close;
+ goto L_close;
-L_Close:
+L_close:
close;
S_Update_Var: