summaryrefslogblamecommitdiff
path: root/npc/015-1_Woodland/barrier.txt
blob: beeeb976a8662bca5b1d883c9b8a0127f2e66a2e (plain) (tree)
1
2
3
4
5
6
7






                                                                     
// This barrier is for checking whether the player went outside after
// progressing with the cat quest.

015-1.gat,59,32,0	script	#CatOutsideBarrier	127,1,1,{
    set KatzeBeenOutside, 1;
    close;
}