diff options
Diffstat (limited to 'npc/000-2-3/sailors.txt')
-rw-r--r-- | npc/000-2-3/sailors.txt | 47 |
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 9287ed4b..00000000 --- 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 l("So that's why we wanted to warn you. This sign on the raft indicates some relation to that guild."); - next; - - setcamnpc "Nard"; - mesn "Captain Nard"; - mesq l("I see. Warn the other sailors about this. But any member of the Legion of Aemil would be 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 l("This kind of talk should be taken with a grain of salt, but I agree and admit that I too am skeptical, so keep your eyes open."); - next; - - mesq l("But... If Julia is right with the amnesia ... We don't need to worry. At least not yet."); - next; - - setcamnpc "Elmo"; - mesn "Elmo"; - mesq l("Sure, cap'tain."); - - close; -} |