summaryrefslogtreecommitdiff
path: root/npc/000-1/astapolos.txt
blob: c9893a075bd1528ed72ad62b4a3890a5041cd31a (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
// Evol scripts.
// Author:
//    Reid
// Description:
//    Sailor part of the Gugli's quest.

000-1.gat,22,50,0,1	script	Astapolos	107;2,{

    mesn;
    mesq l("Oh, hey you!");
    next;

    menu
        l("How are things going?"), -,
        l("Who are you?"), l_Who,
        l("What's this?"), l_Croconut;

    mes "";
    mesn;
    mesq l("A sunny and hot day,");
    next;
    mesq l("a quiet place,");
    next;
    mesq l("a ground!");
    next;
    mesq l("I hope that answers your question.") + " " + l("Hehe!");

    close;

l_Who:
    mes "";
    mesn;
    mesq l("My name is Astapolos, Q'Muller and I joined Nard's crew a few years ago when it was just a little merchant ship.");
    next;
    mesq l("At this time, we were selling crab food on our old mushroom island.");
    next;
    mesq l("And now I'm a sailor, as you can see!");

    close;

l_Croconut:
    close;

}