How do I fix this?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKmain.rpy", line 1191, in script call
call slave_interact(girl) from _call_slave_interact
File "game/BKinteractions.rpy", line 473, in script call
call expression custom_label pass (girl=girl) from _call_expression_2
File "game/girls/Boa_Hancock/_events.rpy", line 308, in script
if girl.get_stat["libido"] < 100:
File "game/girls/Boa_Hancock/_events.rpy", line 308, in <module>
if girl.get_stat["libido"] < 100:
TypeError: 'instancemethod' object has no attribute '__getitem__'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/BKmain.rpy", line 1191, in script call
call slave_interact(girl) from _call_slave_interact
File "game/BKinteractions.rpy", line 473, in script call
call expression custom_label pass (girl=girl) from _call_expression_2
File "game/girls/Boa_Hancock/_events.rpy", line 308, in script
if girl.get_stat["libido"] < 100:
File "D:\GAMES\New Folder\Brothel_King-pc\renpy\ast.py", line 1729, in execute
if renpy.python.py_eval(condition):
File "D:\GAMES\New Folder\Brothel_King-pc\renpy\python.py", line 1943, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\GAMES\New Folder\Brothel_King-pc\renpy\python.py", line 1936, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/girls/Boa_Hancock/_events.rpy", line 308, in <module>
if girl.get_stat["libido"] < 100:
TypeError: 'instancemethod' object has no attribute '__getitem__'
Windows-7-6.1.7601-SP1
Ren'Py 7.0.0.196
Brothel King 0.14
Thu Jan 24 18:42:40 2019