summaryrefslogblamecommitdiff
path: root/npc/024-2_Tulimshar_Magic_School/tyer.txt
blob: f46190f208c5ba132f51a0807ed0f6c4eba48f78 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                                             
              
 

                                                         

             
                                                                            









                                                                                                      
// A man in the magic school

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

OnBarrier:
	mes "[Tyer]";
	mes "\"You're still too young to go in there.\"";
	next;

	menu
		"What do you mean I'm too young to go in there?", L_Explain,
		"Ah, right.", -;
	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;
}