diff options
author | Reid <reidyaro@gmail.com> | 2012-01-09 10:13:14 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-01-09 10:13:14 +0100 |
commit | bf5df1d520f9c3e617f2ec155cdc9cc17813210b (patch) | |
tree | 930fa54b924e5876f7a5c92a63cebb0d62c4abd7 | |
parent | 3dfef59b67b5e07a29e823cac0536ffad59e2fd1 (diff) | |
download | serverdata-bf5df1d520f9c3e617f2ec155cdc9cc17813210b.tar.gz serverdata-bf5df1d520f9c3e617f2ec155cdc9cc17813210b.tar.bz2 serverdata-bf5df1d520f9c3e617f2ec155cdc9cc17813210b.tar.xz serverdata-bf5df1d520f9c3e617f2ec155cdc9cc17813210b.zip |
Add Nard NPC.
-rw-r--r-- | npc/000-2-3/nard.txt | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt new file mode 100644 index 00000000..25c14ff6 --- /dev/null +++ b/npc/000-2-3/nard.txt @@ -0,0 +1,53 @@ +// Evol scripts. +// Authors: +// Reid +// Description: +// Cap'tain Nard dialogs. + +000-2-3.gat,25,26,0,0 script Nard 306,{ + + mesn; + mesq l("Hello, I present myself, I'm Captain Nard, it's me who is in lead of this ship."); + next; + + mesn; + mesq g(l("It's nice to see that you woke up and that you are ok, Elmo came here to say me this good news!#0"), l("It's nice to see that you woke up and that you are ok, Elmo came here to say me this good news!#0")); + next; + + mesn "Elmo"; + mesq l("Oh... Euh, yes I did, or, well, good day at you!"); + next; + + mesn; + mesq l("Hehehe, he is a bit nervous excuse him, it's not everyday that we got a new member on the crew!"); + next; + mesq l("So, how do you feel? I see that Julia did a great work! You look in good health now."); + next; + +l_Menu: + menu + l("I feel ok."), l_Ok, + l("Who is this Julia?"), l_Julia, + l("I'm sick, I go back to bed."), -; + + mesn; + mesq l("It's a good idea, go take some rest and see you tomorow!"); + close; + +l_Julia: + mesn; + mesq l("You look really amnesic indeed."); + next; + mesq l("She is the nurse and the shipkeeper of this ship, and also an excellent cooker!"); + next; + mesq l("But more than everything, she is the one which took care of you when you were in this coma."); + close; + +l_Ok: + mesn; + mesq l("Good to know, from what reporter me Darlin, we will soon accost on a little island, before to arrive in Artis."); + next; + mesq l("It will be a good moment for you to do some exercice, as the ship is not very vast for that."); + close; + +} |