Browse Source

Merge remote-tracking branch 'Hooded_Silence/master'

Kevin_Smarts 6 months ago
parent
commit
de89408ba3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      locations/emp_functions.qsrc

+ 1 - 0
locations/emp_functions.qsrc

@@ -523,6 +523,7 @@ if $ARGS[0] = 'evt_day_chk':
 			if month = evt_month and day = evt_day: evt_chk = 1
 			job_idx += 1
 		if job_idx < arrsize('evt_event') : jump 'evt_day_chk'
+		killvar 'job_idx'
 	end
 end
 !! --------------------- End Event Generator