summaryrefslogtreecommitdiff
path: root/world/map/npc/031-1/frozenbeard.txt
blob: 94a20853696c233c99612940672362134f79595e (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
//

031-1,96,113,0|script|Frozenbeard|138
{

    mes "[Frozenbeard]";
    mes "\"Yar! Do you need something, matey?\"";
    goto L_Main;

L_Main:
    menu
        "Can you explain the Ferry?", L_Explain,
        "Nothing I guess", L_Close;

L_Explain:
    mes "[Frozenbeard]";
    mes "\"Arrr mate! I pioneered the trade routes between Nivalis and the rest of the World, so now merchants and adventurers can travel to and fro without any hassle other than the harsh weather up here, yarr.\"";
    next;
    callfunc "FerryHelp";
    goto L_Main;

L_Close:
    close;
}