blob: beeeb976a8662bca5b1d883c9b8a0127f2e66a2e (
plain) (
tree)
|
|
// 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;
}
|