summaryrefslogtreecommitdiff
path: root/npc/000-2-3/sailors.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-01-07 02:03:31 +0100
committerReid <reidyaro@gmail.com>2012-01-07 02:03:31 +0100
commit1536e66fb6a338409817b6a55d7441178c30218a (patch)
tree84a245e5c0e81526d61abda66eb794ca840e8dc7 /npc/000-2-3/sailors.txt
parent813ee62c693bdc1e369d292d457f00c83ba007b6 (diff)
downloadserverdata-1536e66fb6a338409817b6a55d7441178c30218a.tar.gz
serverdata-1536e66fb6a338409817b6a55d7441178c30218a.tar.bz2
serverdata-1536e66fb6a338409817b6a55d7441178c30218a.tar.xz
serverdata-1536e66fb6a338409817b6a55d7441178c30218a.zip
Correct tab problems.
Diffstat (limited to 'npc/000-2-3/sailors.txt')
-rw-r--r--npc/000-2-3/sailors.txt40
1 files changed, 38 insertions, 2 deletions
diff --git a/npc/000-2-3/sailors.txt b/npc/000-2-3/sailors.txt
index c4f9848b..01ea7fb7 100644
--- a/npc/000-2-3/sailors.txt
+++ b/npc/000-2-3/sailors.txt
@@ -28,11 +28,47 @@ OnTouch:
}
000-2-3.gat,21,27,0,0 script AreaMiddle 0,0,0,{
- doevent "AreaTop::OnTouch";
+OnTouch:
+ mesn "Elmo";
+ mesq g(l("So it's why we wanted to warn you, maybe she comes from this guild, as the sign was on her raft."), l("So it's why we wanted to warn you, maybe he comes from this guild, as the sign was on his raft."));
+ next;
+ mesn "Captain Nard";
+ mesq g(l("I see, warn other sailors about this. But if she is a part of Guild, then she is also our ally."), l("I see, warn other sailors about this. But if he is a part of Guild, then he is also our ally."));
+ next;
+ mesn "Elmo";
+ mesq l("I will.");
+ next;
+ mesq l("About the Guild of Esperia, I wonder what we can think abou them if I can say my opinion. Some rumors say that they did some monstruos things and that they are hidding us a lot of things.");
+ next;
+ mesn "Captain Nard";
+ mesq l("This kind of talk could be punished, but I agree that I don't specially like them too, ") + g(l("keep an eye on her.#0"), l("keep an eye on him.#1"));
+ next;
+ mesq l("But if he is amnesic as said Julia, we won't need to worry about him.");
+ next;
+ mesn "Elmo";
+ mesq l("Sure, cap'tain.");
close;
}
000-2-3.gat,20,28,0,0 script AreaBotton 0,1,0,{
- doevent "AreaTop::OnTouch";
+OnTouch:
+ mesn "Elmo";
+ mesq g(l("So it's why we wanted to warn you, maybe she comes from this guild, as the sign was on her raft."), l("So it's why we wanted to warn you, maybe he comes from this guild, as the sign was on his raft."));
+ next;
+ mesn "Captain Nard";
+ mesq g(l("I see, warn other sailors about this. But if she is a part of Guild, then she is also our ally."), l("I see, warn other sailors about this. But if he is a part of Guild, then he is also our ally."));
+ next;
+ mesn "Elmo";
+ mesq l("I will.");
+ next;
+ mesq l("About the Guild of Esperia, I wonder what we can think abou them if I can say my opinion. Some rumors say that they did some monstruos things and that they are hidding us a lot of things.");
+ next;
+ mesn "Captain Nard";
+ mesq l("This kind of talk could be punished, but I agree that I don't specially like them too, ") + g(l("keep an eye on her.#0"), l("keep an eye on him.#1"));
+ next;
+ mesq l("But if he is amnesic as said Julia, we won't need to worry about him.");
+ next;
+ mesn "Elmo";
+ mesq l("Sure, cap'tain.");
close;
} \ No newline at end of file