summaryrefslogblamecommitdiff
path: root/world/map/npc/029-1/ferry_master.txt
blob: 4586a3f804637a73abc0d21a0e2e6c637ae5fc97 (plain) (tree)
1
2
3

  
                                             

















                                             
//

029-1,45,107,0|script|Ferry Master#candor|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;
}