diff options
author | Reid <reidyaro@gmail.com> | 2012-05-09 21:04:44 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-05-09 21:04:44 +0200 |
commit | 0dd4e2864a46b7f727be60f94a38740da8237132 (patch) | |
tree | 8a3207d9ccf3bb0d1b4871fe5a564702d3dccff6 | |
parent | 10de17de5bd0c706b094a7f4cfc30d8042edf45c (diff) | |
download | serverdata-0dd4e2864a46b7f727be60f94a38740da8237132.tar.gz serverdata-0dd4e2864a46b7f727be60f94a38740da8237132.tar.bz2 serverdata-0dd4e2864a46b7f727be60f94a38740da8237132.tar.xz serverdata-0dd4e2864a46b7f727be60f94a38740da8237132.zip |
Add mickael script.
-rw-r--r-- | npc/000-1/mickael.txt | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/npc/000-1/mickael.txt b/npc/000-1/mickael.txt new file mode 100644 index 00000000..7a246891 --- /dev/null +++ b/npc/000-1/mickael.txt @@ -0,0 +1,39 @@ +// Evol scripts. +// Authors: +// Reid +// Description: +// Mickael, a sailor which gives some information to the player. + +000-1.gat,25,26,0,1 script Mickael 105,{ + + mesn; + mesq l("Oh, hey you."); + next; + mesq l("I hope that you don't mind if we used your raft to build this ramp."); + next; + mesq l("We normaly 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 marchandise that we could trade on our next destination.") + next; + mesq l("It's yours as well, right?") + + 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 marchand ship end their traveling, and we won't be the exeption!") + + close; + +}
\ No newline at end of file |