summaryrefslogtreecommitdiff
path: root/npc/024-2_Tulimshar_Magic_School/barrier.txt
blob: eda8e173e70a42bf44b149ab871e741595477784 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// A barrier in the magic school to keep less experienced players out of the canyon

024-2.gat,31,24,0	script	#MagicSchoolBarrier1#M	127,1,1,{
	if (BaseLevel < 40) goto L_PushBack;
	close;

L_PushBack:
	warp "024-2.gat", 34, 24;
	mes "[Tyer]";
	mes "\"You're still too young to go in there.\"";
	close;
}