diff --git a/modules/rpgmakermvmz.py b/modules/rpgmakermvmz.py index d1659cc..c3fdeda 100644 --- a/modules/rpgmakermvmz.py +++ b/modules/rpgmakermvmz.py @@ -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