summaryrefslogtreecommitdiff
path: root/npc/012-2-5/toichi.txt
blob: e1759e04c06191bf234b340fa62e33b052169b14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Toichi, the smith in Candor island.
// THIS IS A PLACEHOLDER!

012-2-5,40,35,0	script	Toichi	NPC_TOICHI,{
    speech
        l("Hi there."),
        l("My name is Toichi, and it seems I am the only one working on this lazy island.");
        next;
        mesq l("So I kindly request you not to listen to that stupid Rosen, saying 'Toichi is lazy'.");
        next;
        mesq l("At least I am doing something!");
    close;

OnInit:
    .sex = G_MALE;
    .distance = 4;
    end;
}