summaryrefslogtreecommitdiff
path: root/npc/000-1/tibbo.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/tibbo.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/tibbo.txt')
-rw-r--r--npc/000-1/tibbo.txt40
1 files changed, 20 insertions, 20 deletions
diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt
index becfe0f3..3aa9de8a 100644
--- a/npc/000-1/tibbo.txt
+++ b/npc/000-1/tibbo.txt
@@ -1,6 +1,6 @@
// Evol scripts.
// Author:
-// Reid
+// Reid, Hal9000
// Description:
// Sailor part of the Gugli's quest.
// Aquada box.
@@ -47,12 +47,12 @@
l_CallFunc:
callfunc "SailorFood";
- menu
- rif(getq(ShipQuests_Tibbo) == 1, l("I'm still busy, I need to find the other sailors.")), -,
- l("What's that food?"), l_Aquada;
-
- mes "";
- mesn;
+ menu
+ rif(getq(ShipQuests_Tibbo) == 1, l("I'm still busy, I need to find the other sailors.")), -,
+ l("What's that food?"), l_Aquada;
+
+ mes "";
+ mesn;
mesq l("Who are you looking for?");
next;
@@ -67,22 +67,22 @@ l_CallFunc:
close;
l_Top:
- mes "";
- mesn;
- mesq l("I've seen him at the top of the island.");
+ mes "";
+ mesn;
+ mesq l("I've seen him at the top of the island.");
next;
mesq l("You should walk to the north to find him.");
close;
-l_Aquada:
- mes "";
- mesn;
- mesq l("This is an @@, a light blue sea fruit. They're highly desired in the archipelago.", getitemlink("Aquada"));
- next;
- mesq l("You can find them in the ocean, near corals and other sea beings. But the sea is too heavy today, you shouldn't try swimming for now.");
- next;
- mesq l("Or else, if you really wish one, and if you feel capable, you can try killing tortugas or crocs if you're strong enough. I'm sure they could drop one or two @@s.", getitemlink("Aquada"));
-
- close;
+l_Aquada:
+ mes "";
+ mesn;
+ mesq l("This is an @@, a light blue sea fruit. They're highly desired in the archipelago.", getitemlink("Aquada"));
+ next;
+ mesq l("You can find them in the ocean, near corals and other sea beings. But the sea is too heavy today, you shouldn't try swimming for now.");
+ next;
+ mesq l("Or else, if you really wish one, and if you feel capable, you can try killing tortugas or crocs if you're strong enough. I'm sure they could drop one or two @@s.", getitemlink("Aquada"));
+
+ close;
}