summaryrefslogblamecommitdiff
path: root/npc/029-1/ferry_master.txt
blob: 8828ee7183fae3860a0b27baf71f979297a5f031 (plain) (tree)


















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