summaryrefslogtreecommitdiff
path: root/npc/015-3-1/pablin.txt
blob: f39a9b8523c359dbc430c47e7539da8e0f97b2df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// TMW2 scripts.
// Author:
//    Jesusalva
// Description:
//    A retired pirate

015-3-1,83,39,0	script	Pablin	NPC_OLDPIRATE,{
    mesn;
    mesq l("Hey, you! What are you doing here?!");
    next;
    mesn;
    mesq l("These are dangerous caves since Marley and her gang made it a hideout.");
    next;
    mesn;
    mesq l("I won't stop you from going inside, but be careful, you hear me?");
    close;

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