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.txt60
1 files changed, 60 insertions, 0 deletions
diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt
new file mode 100644
index 00000000..06b4bf57
--- /dev/null
+++ b/npc/000-1/astapolos.txt
@@ -0,0 +1,60 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Random NPC searching some foods on the map.
+
+000-1.gat,27,34,0,1 script Astapolos 107,{
+
+ mesn;
+ mesq l("Hey")+ " " + strcharinfo(0) + ".";
+ next;
+
+ menu
+ l("How are things going?"), -,
+ l("How do you know my name?"), l_Name,
+ l("Who are you?"), l_Who,
+ l("Where are these Aquada?"), l_Aquada;
+
+ mes "";
+ mesn;
+ mesq l("Sunny and hot day,");
+ next;
+ mesq l("Quiet place,");
+ next;
+ mesq l("Ground,");
+ next;
+ mesq l("I hope that this is answering your question...") + l("Eheh!");
+
+ close;
+
+l_Name:
+ mes "";
+ mesn;
+ mesq l("Some moment ago, I heard your conversation with Darlin.");
+ next;
+ mesq l("Oh, not everything don't worry, but your name came twice on this conversation.");
+
+ close;
+
+l_Who:
+ mes "";
+ mesn;
+ mesq l("I'm called Astapolos, me and muller joined Nard's crew some years ago, when it was just a little merchant ship.");
+ next;
+ mesq l("At this date, we were selling crab's food on our old mushroom island.");
+ next;
+ mesq l("And now I'm a sailor, as you can see!");
+
+ close;
+
+l_Aquada:
+ mes "";
+ mesn;
+ mesq l("This is a sea fruit, but most sea monsters may got some of them as well.");
+ next;
+ mesq l("You should try to kill some Tortugas, or some Croc if you got the strength for.");
+
+ close;
+
+} \ No newline at end of file