blob: ad20257df90670cb9a151e37cd00c7c77cf7f323 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
// This barrier is for checking whether the player went outside after
// progressing with the cat quest.
015-1,59,32,0|script|#CatOutsideBarrier|32767,1,1
{
set @catNeedsAlone, 0;
end;
}
|