summaryrefslogblamecommitdiff
path: root/npc/024-2_Tulimshar_Magic_School/tyer.txt
blob: 6594cc76c963aafa0b2bf727f6178305232f8bcb (plain) (tree)






















                                                                                                      
// A man in the magic school

024-2.gat,36,21,0	script	Tyer	157,{
	mes "[Tyer]";
	mes "\"Hello.\"";

	if (BaseLevel >= 40) close;
	next;

	menu
		"Hello", -,
		"What do you mean I'm too young to go in there?", L_Explain;
	close;

L_Explain:
	mes "[Tyer]";
	mes "\"The canyon is a dangerous place, so only more experienced people are allowed there.\"";
	next;

	mes "[Tyer]";
	mes "\"That barrier was made to keep those that are too young out.\"";
	close;
}