summaryrefslogtreecommitdiff
path: root/npc/022-1/ferry_master.txt
blob: a1d9d69a08952a6bb7a07874f1b95214c7fa6312 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//

022-1.gat,73,71,0	script	Ferry Master	138,{
	mes "[Ferry Master]";
	mes "\"Hello! Do you need something?\"";
	next;
	menu
		"How do I use the ferry?", L_Explain,
		"Nothing I guess", -;
	close;

L_Explain:
	mes "[Ferry Master]";
	mes "\"You'll step up on the dock and select your destination. Each destination has an associated price that you need to pay. You don't have to go anywhere. Choosing the current port will result in nothing.\"";
	close;
}