summaryrefslogtreecommitdiff
path: root/npc/015-1_Woodland/barrier.txt
blob: 5cf82848fff8c4c4297e15ee0b387390aa4dc910 (plain) (blame)
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;
    // No close here, as this doesn't open any client windows
}