So I did actually look at the code for Scrappy's, and that error is a mod issue for sure. Several of his mods use "m_c1". If you look at line two, where they add the line "Can start Alexis path" it's using m_c1.I thankfully also always keep the latest zip so I didn't need to redownload the whole thing. The strange thing is when I started the game completly without mods I got an error loading the specific save before the Mira decision. When I only put scrappys mod I could load that save and I got the choice for Mira. So it worked with only the scrappy mod.
Python:
menu:
"Let her pass" (wt="[m_c1]Can start Alexis path"):
$ Alexis_Intro_Ignore = False
$ Alexis_End = False
$ Alexis_Points += 2
# Alexis (2)
jump Intro_Flashback_Alexis
"Ignore her":
$ Alexis_Intro_Ignore = True
$ Alexis_Intro_Join = False
$ Alexis_Dated = False
$ Alexis_End = True
scene 01_008 with Dissolve(1)
Python:
define m_c1="{color=#33ff33}"
define m_c2="{color=#E6F100}"
define m_c3="{color=#DF00F1}"
define m_c4="{color=#00F1D4}"
define m_cr="{color=#F62217}"