- Jul 4, 2017
- 987
- 687
Hmm.
Anyone know why Ren'Py is always giving exception when talking to the sister?
I can ignore it, but it moves nowhere from then on out.
'Girl' object has no attribute 'training_threshold' ????
Anyone know why Ren'Py is always giving exception when talking to the sister?
I can ignore it, but it moves nowhere from then on out.
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 1247, in script call
call min_morningPay from _call_min_morningPay
File "game/script.rpy", line 1247, in script call
call min_morningPay from _call_min_morningPay
File "game/script.rpy", line 1247, in script call
call min_morningPay from _call_min_morningPay
File "game/script.rpy", line 1434, in script call
call hub_mom from _call_hub_mom
File "game/hub_scenes.rpy", line 869, in script
menu:
File "game/hub_scenes.rpy", line 1667, in <module>
"Give her some serum and train her.\n-15 Influence, -2 Serum" if momO.slut_score > momO.training_threshold and (player_blue_serum + player_purple_serum + player_red_serum > 1):
AttributeError: 'Girl' object has no attribute 'training_threshold'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 1247, in script call
call min_morningPay from _call_min_morningPay
File "game/script.rpy", line 1247, in script call
call min_morningPay from _call_min_morningPay
File "game/script.rpy", line 1247, in script call
call min_morningPay from _call_min_morningPay
File "game/script.rpy", line 1434, in script call
call hub_mom from _call_hub_mom
File "game/hub_scenes.rpy", line 869, in script
menu:
File "D:\xx\GAMES\Lab_Rats-0.10.0-all\renpy\ast.py", line 1450, in execute
choice = renpy.exports.menu(choices, self.set)
File "D:\xx\GAMES\Lab_Rats-0.10.0-all\renpy\exports.py", line 817, in menu
if renpy.python.py_eval(condition) ]
File "D:\xx\GAMES\Lab_Rats-0.10.0-all\renpy\python.py", line 1670, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\xx\GAMES\Lab_Rats-0.10.0-all\renpy\python.py", line 1665, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/hub_scenes.rpy", line 1667, in <module>
"Give her some serum and train her.\n-15 Influence, -2 Serum" if momO.slut_score > momO.training_threshold and (player_blue_serum + player_purple_serum + player_red_serum > 1):
AttributeError: 'Girl' object has no attribute 'training_threshold'
Windows-8-6.2.9200
Ren'Py 6.99.11.1749
Lab Rats 0.10.0