summaryrefslogtreecommitdiff
path: root/npc/000-1/jalad.txt
diff options
context:
space:
mode:
authorHal9OOO <miglietta.francesco@gmail.com>2012-11-21 23:07:07 +0100
committerHal9OOO <miglietta.francesco@gmail.com>2012-11-21 23:07:07 +0100
commitec0ac046fd8014a58d2ccb37a683b9841cf166c1 (patch)
tree4f5e2bf6d57d37549905a0d7116e7845b48e9286 /npc/000-1/jalad.txt
parentb1c9c22527b94b69fd7cbb270d0a1b8eddd9f388 (diff)
downloadserverdata-ec0ac046fd8014a58d2ccb37a683b9841cf166c1.tar.gz
serverdata-ec0ac046fd8014a58d2ccb37a683b9841cf166c1.tar.bz2
serverdata-ec0ac046fd8014a58d2ccb37a683b9841cf166c1.tar.xz
serverdata-ec0ac046fd8014a58d2ccb37a683b9841cf166c1.zip
Astapolos dialogue added.
Diffstat (limited to 'npc/000-1/jalad.txt')
-rw-r--r--npc/000-1/jalad.txt42
1 files changed, 21 insertions, 21 deletions
diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt
index 007d99b3..ee8bfcb2 100644
--- a/npc/000-1/jalad.txt
+++ b/npc/000-1/jalad.txt
@@ -1,6 +1,6 @@
// Evol scripts.
// Author:
-// Reid
+// Reid, Hal9000
// Description:
// Sailor part of the Gugli quest.
// Plushroom box.
@@ -50,12 +50,12 @@ l_Continue:
l_CallFunc:
callfunc "SailorFood";
- menu
- rif(getq(ShipQuests_Jalad) == 1, l("I'm still busy, I need to find the other sailors.")), -,
- l("What's that?"), l_Plushroom;
-
- mes "";
- mesn;
+ menu
+ rif(getq(ShipQuests_Jalad) == 1, l("I'm still busy, I need to find the other sailors.")), -,
+ l("What's that?"), l_Plushroom;
+
+ mes "";
+ mesn;
mesq l("Who are you looking for?");
next;
@@ -70,9 +70,9 @@ l_CallFunc:
close;
l_Bottom:
- mes "";
- mesn;
- mesq l("I've seen him at the bottom of the island, have a look around.");
+ mes "";
+ mesn;
+ mesq l("I've seen him at the bottom of the island, have a look around.");
close;
@@ -80,22 +80,22 @@ l_Ale:
setcamnpc "Ale";
next;
- mesn;
+ mesn;
mesq l("Look, there he is!");
next;
restorecam;
close;
-l_Plushroom:
- mes "";
- mesn;
- mesq l("'That', as you call it, is a @@. There're plenty on this island!", getitemlink("Plushroom"));
- next;
- mesq l("It's a kind of mushroom. We call it like that because of it's taste, just like a marshmallow. It also has this name because of it's appearance. It looks like a plush!.");
- next;
- mesq l("There are some groups of these @@s all around this island. Just pick some and have a try.", getitemlink("Plushroom"));
-
- close;
+l_Plushroom:
+ mes "";
+ mesn;
+ mesq l("'That', as you call it, is a @@. There're plenty on this island!", getitemlink("Plushroom"));
+ next;
+ mesq l("It's a kind of mushroom. We call it like that because of it's taste, just like a marshmallow. It also has this name because of it's appearance. It looks like a plush!.");
+ next;
+ mesq l("There are some groups of these @@s all around this island. Just pick some and have a try.", getitemlink("Plushroom"));
+
+ close;
}