diff options
Diffstat (limited to 'npc/015-1_Woodland/barrier.txt')
-rw-r--r-- | npc/015-1_Woodland/barrier.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/015-1_Woodland/barrier.txt b/npc/015-1_Woodland/barrier.txt new file mode 100644 index 00000000..beeeb976 --- /dev/null +++ b/npc/015-1_Woodland/barrier.txt @@ -0,0 +1,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; +} |