summaryrefslogtreecommitdiff
path: root/npc/000-1/silvio.txt
blob: 24750d1f0794dbda7ce5fa7241c177a4bc57843e (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
// Evol scripts.
// Author:
//    Reid
// Description:
//    Pervert and arrogant sailor.

000-1.gat,86,99,0,1	script	Silvio	312;2,{

    mesn;
    mesq l("Hey!");
    next;
    mesq g(l("How are you doing, cutie?"),
           l("How are you doing, dude?"));
    next;

    menu
        l("Hello... Do I know you?"), -,
        l("Uhm, bye."), l_Quit;

    mes "";
    mesn;
    mesq g(l("Hehe, no. But I'm sure a lady like you would love to meet a charmer like me!"),
           l("Hehe, no. But I'm sure a boy like you would like to meet a gentleman like me."));
    next;
    mesq g(l("So, which good wind brought you here? Were you on your raft to meet me? Or is it because you've heard of my feats on Artis?"),
           l("So, which good wind brought you here? Were you on your raft to meet my Julia? Or is it because you wanted to see the beautiful waitress' at Artis?"));
    next;

    menu
        g(l("You're right, it's about you."),
          l("You're right, it's about Julia.")), l_Julia,
        l("Oh look, there's a piou behind you!"), l_Piou,        
        l("What is Artis?"), l_Artis,
        l("None of them?"), -;

    mes "";
    mesn;
    mesq g(l("My beauty, I was not always a sailor, you know, I was once an important individual!"),
           l("My friend, I was not always a sailor, you know, I was once an important individual!"));
    next;
    mesq l("Before...");
    next;

    mesn "Gugli";
    mesq l("Hey, don't worry about him, it's one of the first days in a long time that we can just chill out.");
    next;
    mesq l("Maybe he abused too much his bottle today to celebrate that!");
    next;

    menu
        l("He's funny, it's not a problem."), -,
        l("Ok, I will leave him alone."), l_ForeverAlone;

    mes "";
    mesn "Gugli";
    mesq l("Oh alright, nevermind then.");
    next;

    mesn;
    mesq l("Ah... Gugli... He's too young to understand our conversation");
    next;
    mesq l("So, what was I saying?");
    next;

    menu
        l("You told me that you 'were' important."), l_VeryImportantNoob,
        l("You mentioned the quality of your wine."), -;

    mes "";
    mesn;
    mesq l("Oh really? How could I forget something as important as that?!");
    next;
    mesq l("I think that my wine has a great quality! I'm on my second bottle and I already... What were we talking about again?");

    close;

l_VeryImportantNoob:
    mes "";
    mesn;
    mesq l("It's true!");
    next;
    mesq l("But I can't tell you anything about it, I'm sorry.") ;
    next;

    mesn "Gugli";
    mesq l("Hey Silvio, it's your turn to carry the package, go!");
    next;

    mesn;
    mesq g(l("Duty calls me, *hic*, see you later honey."),
           l("Duty calls me, *hic*, see you later dude."));

    close;

l_Julia:
    mes "";
    mesn;
    mesq g(l("You honor me beauty, but I'm already taken by Julia!"),
           l("Not to kill your dream, but... Julia is mine!"));
    next;
    mesq l("She said she will accept me when Pious will have teeth. It's just a matter of time, you see?");

    close;

l_Piou:
    mes "";
    mesn;
    mesq l("Seriously?!");
    next;
    mesq l("Hurry, hurry! We need to check his teeth!");

    close;

l_Artis:
    mes "";
    mesn;
    mesq l("This is a nice place... There are some nice chicks...");
    next;
    mesq l("The elven from the library has tilted on me a while ago, as well as Enora from the warrior guild.");
    next;
    mesq l("Oh, and Olga from the market place as well!");
    next;
    mesq l("You should look at them once we arrive at the port, they are worth it, hehe...");

    close;

l_ForeverAlone:
    mes "";
    mesn "Narrator";
    mes col(l("Silvio starts to speak to his bottle, you leave the conversation."), 9);

l_Quit:
    mes "";
    mesn;
    mesq l("Give me a kiss before you say goodbye!");

    close;

}