From c89340fe4c84d49880a7ca6d46b0881b30297726 Mon Sep 17 00:00:00 2001 From: DazedAnon Date: Sat, 1 Mar 2025 11:08:31 -0600 Subject: [PATCH] Change default --- modules/rpgmakermvmz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rpgmakermvmz.py b/modules/rpgmakermvmz.py index d55daa5..23017c6 100644 --- a/modules/rpgmakermvmz.py +++ b/modules/rpgmakermvmz.py @@ -79,7 +79,7 @@ FACENAME101 = False # Find Speakers in 101 Codes based on Face Name (False) NAMES = False # Output a list of all the character names found (False) BRFLAG = False # If the game uses
instead (False) FIXTEXTWRAP = True # Overwrites textwrap (True) -IGNORETLTEXT = True # Ignores all translated text. (True) +IGNORETLTEXT = False # Ignores all translated text. (False) # Dialogue / Scroll / Choices (Main Codes) CODE401 = True