summaryrefslogtreecommitdiff
path: root/npc/001-1/rowboat.txt
blob: 8682ba0ecb91b433229b109b7568736e5df7c3a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Evol scripts.
// Author:
//    Micksha
// Description:
//    The rowboat, picking up the player on small beach in order to bring it to Koga.
// THIS IS A PLACEHOLDER!

001-1,203,64,0	script	Rowboat	NPC_ROWBOAT_STAND_WE,{
    speech
        l("Oh, hi."),
        l("In case you don't have a commendatory letter from you-know-whom, I am just sitting here and observe the whales.");
        l("Perhaps, and only perhaps, if you bring me the latter, I can bring you to a ship that will perhaps, and only perhaps, be able to bring you to Woodland.");

    close;

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