Unfortunately still getting this even with the hotfixThen the game you use for your tests don't have the same char_mom.rpy file than the one that leaked here. Because the errors are in it :
Once you'll dominate the mother for the first time, or force her to another outfit, boom.Code:label mom_dominate_script: [...] "You quickly push your will onto your mother and for a moment she is being controlled by both of you. You quickly bury some rudimentary control paths in her mind and release her." $ m.brainwashed=False [...] label mom_MCoutfit_script: [...] m "Maggie hopes this pleases you." if m.control<=80: $ m.brainwashed=False else: $ m.brainwashed=True returnbrainwashedis reverted to a bool, and the game will break.
You'll find one attached. Note that this is not an official correction. If fix both the "brainwashed" problem and the "softblock_skipping" one.[/B]
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 279, in script call
call interaction_availability (char)
File "game/func_UI.rpy", line 309, in <module>
TypeError: 'bool' object is not callable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 279, in script call
call interaction_availability (char)
File "func_UI.rpyc", line 309, in script
File "C:\Users\anon\Downloads\SuperPowered_v0.42.00-pc\SuperPowered_v0.42.00-pc\renpy\ast.py", line 1830, in execute
if renpy.python.py_eval(condition):
File "C:\Users\anon\Downloads\SuperPowered_v0.42.00-pc\SuperPowered_v0.42.00-pc\renpy\python.py", line 2035, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\anon\Downloads\SuperPowered_v0.42.00-pc\SuperPowered_v0.42.00-pc\renpy\python.py", line 2028, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/func_UI.rpy", line 309, in <module>
TypeError: 'bool' object is not callable
Windows-8-6.2.9200
Ren'Py 7.3.2.320
SP 0.41.01
Fri Nov 27 15:41:45 2020