From c584534614929a484ac573bf9365b12cc6dfcab7 Mon Sep 17 00:00:00 2001 From: DazedAnon Date: Mon, 22 Jun 2026 06:19:13 -0500 Subject: [PATCH] better comment --- modules/rpgmakermvmz.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/rpgmakermvmz.py b/modules/rpgmakermvmz.py index ffb944a..83167f1 100644 --- a/modules/rpgmakermvmz.py +++ b/modules/rpgmakermvmz.py @@ -2434,6 +2434,7 @@ def searchCodes(page, pbar, jobList, filename): # Format String if len(currentGroup) > 0: rawSource = _group_raw_source(codeList, groupStart, sourceGroup) + # Skip empty or IGNORETLTEXT groups; clear speaker since this continue bypasses the normal reset below. if (not rawSource.strip()) or (IGNORETLTEXT and not re.search(LANGREGEX, rawSource)): speaker = "" i += 1