summaryrefslogtreecommitdiff
path: root/npc/012-1/gwendolyn.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-23 11:28:49 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-23 11:28:49 -0300
commitc272dcb128037a647692a02721d02acd51d26002 (patch)
tree90a422fc5ebbaad213c300feea3c428145156c02 /npc/012-1/gwendolyn.txt
parent9155fb809fa1b1bddf3718fd4ee65e5ef6b4cd54 (diff)
downloadserverdata-c272dcb128037a647692a02721d02acd51d26002.tar.gz
serverdata-c272dcb128037a647692a02721d02acd51d26002.tar.bz2
serverdata-c272dcb128037a647692a02721d02acd51d26002.tar.xz
serverdata-c272dcb128037a647692a02721d02acd51d26002.zip
mes col(l("")) is DEPRECATED, move everything to mesc l("").
mesc is harder to see, but it looks better and is less confusing regarding l()
Diffstat (limited to 'npc/012-1/gwendolyn.txt')
-rw-r--r--npc/012-1/gwendolyn.txt34
1 files changed, 17 insertions, 17 deletions
diff --git a/npc/012-1/gwendolyn.txt b/npc/012-1/gwendolyn.txt
index 4ec3b0ff3..3c9663601 100644
--- a/npc/012-1/gwendolyn.txt
+++ b/npc/012-1/gwendolyn.txt
@@ -139,7 +139,7 @@ L_State4:
goto L_NotReady;
if (!MAGIC_LVL)
goto L_NotReady;
- mes col(l("Gwendolyn takes an analyzing look at you. Then she nods."), 9);
+ mesc l("Gwendolyn takes an analyzing look at you. Then she nods.");
next;
setq HurnscaldQuest_HarkEye, 5;
mesn l("Gwendolyn Bowmaker");
@@ -187,7 +187,7 @@ L_Game:
if (countitem(TrainingArrow) < 1)
goto L_Arrows;
delitem TrainingArrow, 1;
- mes col(l("You go to the training field and stand exactly on the same level with the target. The target is located about 13 meters north of you. You take one arrow and look at Gwendolyn."), 9);
+ mesc l("You go to the training field and stand exactly on the same level with the target. The target is located about 13 meters north of you. You take one arrow and look at Gwendolyn.");
next;
// possibility for wdX and wdY to become zero is reduced, so windless status is less often
@@ -259,7 +259,7 @@ L_wp4:
goto L_Start;
L_Start:
- mes col(l("Do you want to go to the left, the right or stay where you are?"), 9);
+ mesc l("Do you want to go to the left, the right or stay where you are?");
next;
menu
l("I want to move left."),L_Left,
@@ -269,12 +269,12 @@ L_Start:
L_Stay:
.@spX = 0;
- mes col(l("You stay where you are.."), 9);
+ mesc l("You stay where you are..");
next;
goto L_Power;
L_Left:
- mes col(l("How many steps?"), 9);
+ mesc l("How many steps?");
next;
menu
"1",L_Left1,
@@ -284,30 +284,30 @@ L_Left:
L_Left1:
.@spX = -1;
- mes col(l("You take one step to the left."), 9);
+ mesc l("You take one step to the left.");
next;
goto L_Power;
L_Left2:
.@spX = -2;
- mes col(l("You take two steps to the left."), 9);
+ mesc l("You take two steps to the left.");
next;
goto L_Power;
L_Left3:
.@spX = -3;
- mes col(l("You take three steps to the left."), 9);
+ mesc l("You take three steps to the left.");
next;
goto L_Power;
L_Left4:
.@spX = -4;
- mes col(l("You take four steps to the left."), 9);
+ mesc l("You take four steps to the left.");
next;
goto L_Power;
L_Right:
- mes col(l("How many steps?"), 9);
+ mesc l("How many steps?");
next;
menu
"1",L_Right1,
@@ -317,31 +317,31 @@ L_Right:
L_Right1:
.@spX = 1;
- mes col(l("You take one step to the right."), 9);
+ mesc l("You take one step to the right.");
next;
goto L_Power;
L_Right2:
.@spX = 2;
- mes col(l("You take two steps to the right."), 9);
+ mesc l("You take two steps to the right.");
next;
goto L_Power;
L_Right3:
.@spX = 3;
- mes col(l("You take three steps to the right."), 9);
+ mesc l("You take three steps to the right.");
next;
goto L_Power;
L_Right4:
.@spX = 4;
- mes col(l("You take four steps to the right."), 9);
+ mesc l("You take four steps to the right.");
next;
goto L_Power;
L_Power:
mes "";
- mes col(l("How powerfully do you want to shoot?"), 9);
+ mesc l("How powerfully do you want to shoot?");
next;
select
l("very weak shot"),
@@ -437,7 +437,7 @@ L_Success:
mesq l("Maybe you did it, after all!");
next;
mesq l("Let me inspect it...");
- mes col(l("She walks to the target."), 9);
+ mesc l("She walks to the target.");
next;
if( rand(400) > (2*readparam(bDex) + readparam(bAgi)))
goto L_Miss;
@@ -520,7 +520,7 @@ L_NotReady:
goto L_Close;
L_Arrows:
- mes col(l("Gwendolyn sighs and shake her head."), 9);
+ mesc l("Gwendolyn sighs and shake her head.");
next;
mesn l("Gwendolyn Bowmaker");
mesq l("Another lecture: Take always enough arrows with you. Go and come back when you are equipped adequately.");