Two new BUGs……The pictures don't really help in helping you. you must have changed some code to archiv this. This changes would be more interessting. But i can make a guess. If you only tried to change how things are displayed in the game you should not have changed the reference in the functions wich is SO_name
if i have to make my guess i would look into the following files
\game\major_game_classes\character_related\Person_ren.py
and
\game\helper_functions\random_generation_functions_ren.py
if they all have the same Significant Other than i would look into
\game\game_screens\business_screens\interview_ui.rpy
and
\game\game_screens\character_screens\girl_overview_ui.rpy
but we are missing so much informations from you, what have you changed, is it an old save you loaded or is it a new playtrough after changing?
My “Story Progress” button disapear……
And when I trigger Mom‘s first promotion event(She let me choose the clothes for her) ,and I do follow the choice.At last,the game report me like this:
While running game code:
File "game/script.rpy", line 456, in script call
$ picked_option.call_action()
File "game/script.rpy", line 422, in script call
$ talk_action.call_action(picked_option)
File "game/people/Jennifer/role_mother_work.rpy", line 50, in script
$ mom.progress.lust_step = 1
File "game/people/Jennifer/role_mother_work.rpy", line 50, in <module>
$ mom.progress.lust_step = 1
AttributeError: 'NoneType' object has no attribute 'lust_step'
I have to doubt if there is any connection between these two bugs ? TAT