note
This commit is contained in:
parent
8cd7f44e7b
commit
fb141c31c2
1 changed files with 3 additions and 1 deletions
|
|
@ -2007,7 +2007,9 @@ def searchCodes(page, pbar, jobList, filename):
|
|||
|
||||
## Event Code: 122 [Set Variables]
|
||||
if "code" in codeList[i] and codeList[i]["code"] == 122 and CODE122 is True:
|
||||
# This is going to be the var being set. (IMPORTANT)
|
||||
# This is going to be the var being translated.
|
||||
# (Range is non-inclusive at the top end.)
|
||||
# e.g 0-10 -> range(0, 11)
|
||||
if codeList[i]["parameters"][0] not in list(range(0, 2000)):
|
||||
i += 1
|
||||
continue
|
||||
|
|
|
|||
Loading…
Reference in a new issue