diff options
author | Reid <reidyaro@gmail.com> | 2012-04-25 04:04:14 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-04-25 04:04:14 +0200 |
commit | 687ea50cb8cfce6921fbf8a1c8f6d41fe2b7894d (patch) | |
tree | c6d558ac4e2262208fd03f06d34df5e3a58a7668 /npc/000-2-3/elmo.txt | |
parent | d53478c6e6570569ec07caca83a3d509137346ba (diff) | |
download | serverdata-687ea50cb8cfce6921fbf8a1c8f6d41fe2b7894d.tar.gz serverdata-687ea50cb8cfce6921fbf8a1c8f6d41fe2b7894d.tar.bz2 serverdata-687ea50cb8cfce6921fbf8a1c8f6d41fe2b7894d.tar.xz serverdata-687ea50cb8cfce6921fbf8a1c8f6d41fe2b7894d.zip |
Add new language strings for the Beta2 on arpan and elmo script.
Diffstat (limited to 'npc/000-2-3/elmo.txt')
-rw-r--r-- | npc/000-2-3/elmo.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/000-2-3/elmo.txt b/npc/000-2-3/elmo.txt index 7e2d2bc6..a863507d 100644 --- a/npc/000-2-3/elmo.txt +++ b/npc/000-2-3/elmo.txt @@ -6,6 +6,9 @@ 000-2-3.gat,27,27,0,1 script Elmo 309,{ + set @q, geta2(ShipQuests, ShipQuests_ArpanMoney); + if (@q == 1) goto l_GotMoney; + mesn; mesq l("Hey you, sorry for leaving your room so quickly, I needed to... speak with the Captain about... The reserve.. eh, you know, now that we got a new mouth in the crew we need to check it!"); next; @@ -47,4 +50,16 @@ l_OhHeDid: close; +l_GotMoney + mesn; + mesq l("Be patient a little while longer, in the next few days we will arrive at the port of Artis..."); + next; + mesq l("If you feel bored or like turning in circle, you could may talk with other sailors around to get some tasks."); + next; + mesq l("From what I know, Gugli my brother, need the help of as many person as possible to charge all of the new stuff found on the island."); + next; + mesq l("After, I don't got know much about how the package of everything is going, so asking directly the Cap'tain about it could be a good idea."); + + close; + }
\ No newline at end of file |