summaryrefslogtreecommitdiff
path: root/npc/000-2-3/sailors.txt
blob: 99f1717cdbaa712ad4897717f26aa355481e65f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
// Evol scripts.
// Authors:
//    Ablu
//    Qwerty Dragon
//    Reid
// Description:
//    End of introduction with Nard and Elmo talking about the player.

000-2-3.gat,21,28,0,0	script	AreaTop	0,0,5,{

OnTouch:
    if (getq(ShipQuests_Door) == 1) end;
    setq ShipQuests_Door, 1;

    setcamnpc "Elmo";
    mesn "Elmo";
    mesq g(l("So that's why we wanted to warn you, maybe she comes from that guild, as that sign was on her raft."),
           l("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 g(l("I see. Warn the other sailors about this. But if she's part of the Warrior Guild, then she's also our freind and ally."),
           l("I see. Warn the other sailors about this. But if he's part of the Warrior Guild, then he's also our freind and ally."));
    next;

    setcamnpc "Elmo";
    mesn "Elmo";
    mesq l("I will.");
    next;
    mesq l("About this Esperia's Warrior Guild, 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 g(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 an eye on her."),
           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 an eye on him."));
    next;

    mesq g(l("But... If she has amnesia like Julia said... We don't need to worry about her. At least not yet."),
           l("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;

}