summaryrefslogtreecommitdiff
path: root/npc/000-1/astapolos.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/astapolos.txt')
-rw-r--r--npc/000-1/astapolos.txt40
1 files changed, 20 insertions, 20 deletions
diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt
index 7492a7e6..808f7c98 100644
--- a/npc/000-1/astapolos.txt
+++ b/npc/000-1/astapolos.txt
@@ -8,10 +8,10 @@
000-1.gat,22,50,0,1 script Astapolos 107;2,{
set @g, getq(ShipQuests_Gugli);
- if (@g == 0) goto l_NoTask;
+ if (@g == 0) goto L_NoTask;
set @q, getq(ShipQuests_Astapolos);
- if (@q == 1) goto l_CallFunc;
+ if (@q == 1) goto L_CallFunc;
mesn;
mesq l("So finally someone has came to visit me?");
@@ -29,7 +29,7 @@
menu
lg("I'm sorry for your situation. They should change with another sailor from times to times."), -,
- l("Well if you are whining like that all the time, then I think there is a reason behind their choice."), l_Whyning;
+ l("Well if you are whining like that all the time, then I think there is a reason behind their choice."), L_Whyning;
mes "";
mesn;
@@ -37,7 +37,7 @@
next;
menu
- l("You... You eat... rattos? I think you're just a fool."), l_Whyning,
+ l("You... You eat... rattos? I think you're just a fool."), L_Whyning,
l("Oh... eating rattos. Sounds... ehm... Delicious, yes."), -;
mes "";
@@ -68,14 +68,14 @@
close;
-l_CallFunc:
+L_CallFunc:
callfunc "SailorFood";
menu
- rif(getq(ShipQuests_Gugli) > 1, l("Task is done.")), l_TaskDone,
+ rif(getq(ShipQuests_Gugli) > 1, l("Task is done.")), L_TaskDone,
rif(getq(ShipQuests_Astapolos) == 1 && (getq(ShipQuests_Ale) == 0 || getq(ShipQuests_Gulukan) == 0 || getq(ShipQuests_Jalad) == 0 || getq(ShipQuests_QMuller) == 0 || getq(ShipQuests_Tibbo) == 0), l("I'm still busy, I need to find the other sailors.")), -,
- l("How are things going?"), l_HowAreYou,
- l("Who are you?"), l_Who;
+ l("How are things going?"), L_HowAreYou,
+ l("Who are you?"), L_Who;
mes "";
mesn;
@@ -83,17 +83,17 @@ l_CallFunc:
next;
menu
- rif(getq(ShipQuests_Ale) == 0, l("Ale.")), l_Top,
- rif(getq(ShipQuests_Gulukan) == 0, l("Gulukan.")), l_Bottom,
- rif(getq(ShipQuests_Jalad) == 0, l("Jalad.")), l_Top,
- rif(getq(ShipQuests_QMuller) == 0, l("Q'Muller.")), l_Bottom,
- rif(getq(ShipQuests_Tibbo) == 0, l("Tibbo.")), l_Bottom,
+ rif(getq(ShipQuests_Ale) == 0, l("Ale.")), L_Top,
+ rif(getq(ShipQuests_Gulukan) == 0, l("Gulukan.")), L_Bottom,
+ rif(getq(ShipQuests_Jalad) == 0, l("Jalad.")), L_Top,
+ rif(getq(ShipQuests_QMuller) == 0, l("Q'Muller.")), L_Bottom,
+ rif(getq(ShipQuests_Tibbo) == 0, l("Tibbo.")), L_Bottom,
l("Nobody."), -;
closedialog;
close;
-l_HowAreYou:
+L_HowAreYou:
mes "";
mesn;
@@ -107,7 +107,7 @@ l_HowAreYou:
close;
-l_Who:
+L_Who:
mes "";
mesn;
mesq l("My name is Astapolos. Q'Muller and I joined Nard's crew a few years ago when it was just a little merchant ship.");
@@ -118,14 +118,14 @@ l_Who:
close;
-l_Bottom:
+L_Bottom:
mes "";
mesn;
mesq l("I've seen him at the bottom of the island, check around.");
close;
-l_Top:
+L_Top:
mes "";
mesn;
mesq l("I've seen him at the top of the island.");
@@ -134,20 +134,20 @@ l_Top:
close;
-l_NoTask:
+L_NoTask:
npctalk3 l("Just leave me alone.");
closedialog;
close;
-l_TaskDone:
+L_TaskDone:
mes "";
mesn;
mesq l("Perfect!");
close;
-l_Whyning:
+L_Whyning:
npctalk3 l("Then leave me alone.");
closedialog;