summaryrefslogtreecommitdiff
path: root/npc/014-2/dock.txt
blob: abda17afb2f7c49b627711be5dcc5d841638e297 (plain) (blame)
1
2
3
4
5
6
7
8
9
// If you have a rowboat, you can sail in 014-2 22 96-97 to 011-4 123 21-22

014-2,22,96,0	script	#Dock0142	NPC_HIDDEN,0,1,{
    end;
OnTouch:
    dispbottom l("Sorry, you cannot sail yet.");
    end;
}