diff options
author | Reid <reidyaro@gmail.com> | 2012-05-18 02:04:17 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-05-18 02:04:17 +0200 |
commit | 9453cfaa7a36446a311d5aa3518fe50b0e573c74 (patch) | |
tree | 8cbfa9e226be6532ae76f0bc1344212efb2e900d /npc/000-1/mickael.txt | |
parent | 0e43f1c398a99fdfe7e968fa655f584578ecd8ae (diff) | |
download | serverdata-9453cfaa7a36446a311d5aa3518fe50b0e573c74.tar.gz serverdata-9453cfaa7a36446a311d5aa3518fe50b0e573c74.tar.bz2 serverdata-9453cfaa7a36446a311d5aa3518fe50b0e573c74.tar.xz serverdata-9453cfaa7a36446a311d5aa3518fe50b0e573c74.zip |
Correct english from note, julia, silvio, mickael and darlin script (Pihro),
Correct astapolos script.
Diffstat (limited to 'npc/000-1/mickael.txt')
-rw-r--r-- | npc/000-1/mickael.txt | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/npc/000-1/mickael.txt b/npc/000-1/mickael.txt index 22c2cf8d..8271c6c4 100644 --- a/npc/000-1/mickael.txt +++ b/npc/000-1/mickael.txt @@ -1,40 +1,40 @@ -// Evol scripts. -// Authors: -// Reid -// Description: -// Mickael, a sailor which gives some information to the player. - -000-1.gat,24,32,0,1 script Mickael 106,{ - - mesn; - mesq l("Oh, hey you."); - next; - mesq l("I hope that you don't mind that we used your raft to build this ramp."); - next; - mesq l("We technically don't stop in such place, but Capt'ain let us stay here while he writes the location of this new island on his map!"); - next; - mesq l("So we are looking to some new merchandise that we could trade on our next destination."); - next; +// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Mickael, a sailor which gives some information to the player.
+
+000-1.gat,24,32,0,1 script Mickael 106,{
+
+ mesn;
+ mesq l("Oh, hey you.");
+ next;
+ mesq l("I hope that you don't mind that we used your raft to build this ramp.");
+ next;
+ mesq l("We usually don't stop in such places, but Capt'ain let us stay here while he writes the location of this new island on his map!");
+ next;
+ mesq l("So we are looking for some new merchandise that we could trade at our next destination.");
+ next;
mesq l("It's yours as well, right?"); - next; - - menu - l("It's right."), -, - l("Which one?"), l_Artis; - - mes ""; - mesn; - mesq l("If you are looking at us there, we will mostly all be at the Pedro's restaurant and in the INN for Silvio's case..."); - - close; - -l_Artis: - mes ""; - mesn; - mesq l("Artis of course!"); - next; - mesq l("It's where every merchant ship end their travelling, and we won't be the exception!"); - - close; - + next;
+
+ menu
+ l("That's right."), -,
+ l("Which one?"), l_Artis;
+
+ mes "";
+ mesn;
+ mesq l("If you are looking for us there, mostl all of us will be at the Pedro's restaurant and in the INN for Silvio's case...");
+
+ close;
+
+l_Artis:
+ mes "";
+ mesn;
+ mesq l("Artis of course!");
+ next;
+ mesq l("It's where every merchant ship ends their travelling, and we won't be the exception!");
+
+ close;
+
}
\ No newline at end of file |