diff options
-rw-r--r-- | npc/003-1/ishi.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt index 797f0b424..36ccfc1bd 100644 --- a/npc/003-1/ishi.txt +++ b/npc/003-1/ishi.txt @@ -138,6 +138,7 @@ L_Close: L_Items: //debugmes "Reaching item loop"; + freeloop(true); for (.@i = 0; .@i < .@var; .@i ++) { //debugmes "Items: "+str(.@var); @@ -184,6 +185,7 @@ L_Items: } } + freeloop(false); close; L_Continue: |