summaryrefslogtreecommitdiff
path: root/npc/000-2-3/sailors.txt
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-02-18 02:08:36 +0100
committerSaulc <lucashelaine14@gmail.com>2018-02-18 02:08:36 +0100
commit26faa9a208a15ea858f5069a4c0d92e8a0709bdb (patch)
tree7ef0a6a5e39cb63f72ea9a6742f5a4cb320b41b4 /npc/000-2-3/sailors.txt
parentb9416a07a0f085c64888ac02fecd47d43feee218 (diff)
downloadserverdata-26faa9a208a15ea858f5069a4c0d92e8a0709bdb.tar.gz
serverdata-26faa9a208a15ea858f5069a4c0d92e8a0709bdb.tar.bz2
serverdata-26faa9a208a15ea858f5069a4c0d92e8a0709bdb.tar.xz
serverdata-26faa9a208a15ea858f5069a4c0d92e8a0709bdb.zip
delete evol maps
Diffstat (limited to 'npc/000-2-3/sailors.txt')
-rw-r--r--npc/000-2-3/sailors.txt47
1 files changed, 0 insertions, 47 deletions
diff --git a/npc/000-2-3/sailors.txt b/npc/000-2-3/sailors.txt
deleted file mode 100644
index 968d8c92a..000000000
--- a/npc/000-2-3/sailors.txt
+++ /dev/null
@@ -1,47 +0,0 @@
-// Evol scripts.
-// Authors:
-// Ablu
-// Qwerty Dragon
-// Reid
-// Description:
-// End of introduction with Nard and Elmo talking about the player.
-
-000-2-3,21,28,0 script AreaTop NPC_HIDDEN,0,5,{
-
-OnTouch:
- if (getq(ShipQuests_Door) == 1) end;
- setq ShipQuests_Door, 1;
-
- setcamnpc "Elmo";
- mesn "Elmo";
- mesq lg("So that's why we wanted to warn you, maybe she comes from that guild, as that sign was on her raft.", "So that's why we wanted to warn you, maybe he comes from that guild, as that sign was on his raft.");
- next;
-
- setcamnpc "Nard";
- mesn "Captain Nard";
- mesq lg("I see. Warn the other sailors about this. But if she's part of the Legion of Aemil, then she's also our friend and ally.", "I see. Warn the other sailors about this. But if he's part of the Legion of Aemil, then he's also our friend and ally.");
- next;
-
- setcamnpc "Elmo";
- mesn "Elmo";
- mesq l("I will.");
- next;
- mesq l("About the Legion of Aemil, I'm not sure about them, frankly.");
- next;
- mesq l("There are rumors going around that they did some monstrous things and that they are hiding quite a lot from us.");
- next;
-
- setcamnpc "Nard";
- mesn "Captain Nard";
- mesq lg("This kind of talk should be taken with a grain of salt, but I agree and admit that I too am skeptical, so keep an eye on her.", "This kind of talk should be taken with a grain of salt, but I agree and admit that I too am skeptical, so keep an eye on him.");
- next;
-
- mesq lg("But... If she has amnesia like Julia said... We don't need to worry about her. At least not yet.", "But... If he has amnesia like Julia said... We don't need to worry about him. At least not yet.");
- next;
-
- setcamnpc "Elmo";
- mesn "Elmo";
- mesq l("Sure, cap'tain.");
-
- close;
-}