summaryrefslogblamecommitdiff
path: root/world/map/npc/001-1/ferry_master.txt
blob: c1e6cbb6f7f7f0a910b6cc307b3f8924a5c4ad29 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

  
                                               







                                             
                                     








                         
//

001-1,64,75,0|script|Ferry Master#tulimshar|138
{
    mes "[Ferry Master]";
    mes "\"Hello! Do you need something?\"";
    goto L_Main;

L_Main:
    menu
        "How do I use the ferry?", L_Explain,
        "Nothing, I guess.", L_Close;

L_Explain:
    mes "[Ferry Master]";
    callfunc "FerryHelp";
    goto L_Main;

L_Close:
    close;
}