From 291215cde58a739d13a5bfd519489b736d8302dc Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Wed, 18 Feb 2009 06:51:55 +0000 Subject: Remove another next;close; and a potential problem --- npc/015-1_Woodland/barrier.txt | 2 +- npc/015-3/barrier.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/npc/015-1_Woodland/barrier.txt b/npc/015-1_Woodland/barrier.txt index beeeb976..5cf82848 100644 --- a/npc/015-1_Woodland/barrier.txt +++ b/npc/015-1_Woodland/barrier.txt @@ -3,5 +3,5 @@ 015-1.gat,59,32,0 script #CatOutsideBarrier 127,1,1,{ set KatzeBeenOutside, 1; - close; + // No close here, as this doesn't open any client windows } diff --git a/npc/015-3/barrier.txt b/npc/015-3/barrier.txt index 3abffbb1..27a18bc3 100644 --- a/npc/015-3/barrier.txt +++ b/npc/015-3/barrier.txt @@ -23,6 +23,5 @@ L_Not_Naked: set LastHiss, 1; mes "\"GRAAUWL! Hissss...\""; mes "Scared of what you hear, you flee back outside."; - next; close; } -- cgit v1.2.3-60-g2f50