summaryrefslogtreecommitdiff
path: root/world/map/npc/002-1/sandstorm_mine_barrier.txt
blob: 62abceac3ef821a791aa9002e963baf42fedda69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Sandstorm mine barrier

002-1.gat,20,94,0	script	#Sandstorm_Mine_Barrier	127,0,0,{

	if (TMW_Quest >= 20) goto L_Sandstorm_Barrier_Open;

	message strcharinfo(0), "Some force seems to block your entrance.";
	end;
	
L_Sandstorm_Barrier_Open:
	warp "002-3.gat",37,31;
	end;

}