I have been modifying the Screen Script in Lua to include saving and retrieving variables to/from the INI file. My last function call in the screen script, mc.mcProfileGetString, was not typed correctly and is now causing Mach4 to crash every time I try to run it. That means I cannot get into Mach4 to fix the script, and every time I try to modify C:\Mach4Industrial\ScreenScript.lua outside of Mach4 (to comment out that line), the file is restored to the previously broken Screen Script on Mach4 launch.
Obviously the ScreenScript.lua file gets recompiled every time Mach4 launches, so how can I modify the Screen Script outside of Mach4?