summaryrefslogtreecommitdiff
path: root/world/map/npc/020-2/banker.txt
blob: 8b0c8e590682c7b786fd027438f606a6fa2267a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
020-2,122,63,0|script|Ben|193
{
    set @npcname$, "Ben";
    callfunc "Banker";
    close;
}

020-2,127,63,0|script|Maria|190
{
    mes "[Maria]";
    mes "\"Hello!";
    mes "\"Isn't it great?\"";
    next;
    mes "\"Nivalis has increased trade with merchants from Thermin in the west and the barbarian tribe who live in the mountains northwest of here.\"";
    next;
    mes "\"That's why this office was built.\"";
    close;
}