diff options
-rw-r--r-- | npc/000-1/astapolos.txt | 118 | ||||
-rw-r--r-- | npc/000-1/muller.txt | 2 |
2 files changed, 60 insertions, 60 deletions
diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt index d5c9ce97..09bde67f 100644 --- a/npc/000-1/astapolos.txt +++ b/npc/000-1/astapolos.txt @@ -1,60 +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; - +// 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("What's the deal with 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 answers your question...") + " " + l("Eheh!");
+
+ close;
+
+l_Name:
+ mes "";
+ mesn;
+ mesq l("A few moments ago, I heard your conversation with Darlin.");
+ next;
+ mesq l("Oh, not everything, don't worry, but your name came up twice in the conversation.");
+
+ close;
+
+l_Who:
+ mes "";
+ mesn;
+ mesq l("My name is Astapolos, Muller and I joined Nard's crew a few years ago when it was just a little merchant ship.");
+ next;
+ mesq l("At this time, 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 some sea monsters may have them as well.");
+ next;
+ mesq l("You should try to kill some Tortugas, or some Croc if you're strong enough.");
+
+ close;
+
}
\ No newline at end of file diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt index 8b43b9ad..9c519c99 100644 --- a/npc/000-1/muller.txt +++ b/npc/000-1/muller.txt @@ -7,7 +7,7 @@ 000-1.gat,23,31,0,1 script Muller 104,{ mesn; - mesq l("I think that I'm done, I got a box full of ") + getitemlink("Crocclaw") +"!"; + mesq l("I think that I'm done, I've got a box full of ") + getitemlink("Crocclaw") +"!"; close; |