Hi, the lastest version have a bug when run it with the game ver 41.01b (I want to play a stable version of the game, but couldn't applied this mod). The bug happened when ever I open the phone and choose a girl:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/AONmod.rpy", line 81, in execute
screen AONstats_screen( char ):
File "game/AONmod.rpy", line 81, in execute
screen AONstats_screen( char ):
File "game/AONmod.rpy", line 82, in execute
if AONmod.coreVar.modCenter.AM01h() is True:
File "game/AONmod.rpy", line 89, in execute
showif AONmod.coreVar.modCenter.AM01d() is True:
File "game/AONmod.rpy", line 90, in execute
use AONbetterPhoneButtons( char )
File "game/AONmod.rpy", line 1453, in execute
screen AONbetterPhoneButtons( char ):
File "game/AONmod.rpy", line 1453, in execute
screen AONbetterPhoneButtons( char ):
File "game/AONmod.rpy", line 1461, in execute
frame:
File "game/AONmod.rpy", line 1465, in execute
has vbox
File "game/AONmod.rpy", line 1467, in execute
showif phone_action is False:
File "game/AONmod.rpy", line 1469, in execute
for target in [ "text", "flirt", "sext" ]:
File "game/AONmod.rpy", line 1470, in execute
if ( char.phase_flags[target] | char.brainwashed() | char.furious | char.terrified is False ) and player.interactions > 0:
TypeError: 'bool' object is not callable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "func_action_processing.rpyc", line 66, in script call
File "util/func_images.rpyc", line 3, in script call
File "screen/screen_stats.rpyc", line 3, in script
File "D:\Games\SuperPowered_v0.41.01-pc\renpy\ast.py", line 1947, in execute
self.call("execute")
File "D:\Games\SuperPowered_v0.41.01-pc\renpy\ast.py", line 1935, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\Games\SuperPowered_v0.41.01-pc\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "D:\Games\SuperPowered_v0.41.01-pc\renpy\exports.py", line 2896, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\Games\SuperPowered_v0.41.01-pc\renpy\ui.py", line 295, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Games\SuperPowered_v0.41.01-pc\renpy\display\core.py", line 2699, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Games\SuperPowered_v0.41.01-pc\renpy\display\core.py", line 3091, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Games\SuperPowered_v0.41.01-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\Games\SuperPowered_v0.41.01-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\Games\SuperPowered_v0.41.01-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\Games\SuperPowered_v0.41.01-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "D:\Games\SuperPowered_v0.41.01-pc\renpy\display\core.py", line 3091, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Games\SuperPowered_v0.41.01-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "D:\Games\SuperPowered_v0.41.01-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/AONmod.rpy", line 81, in execute
screen AONstats_screen( char ):
File "game/AONmod.rpy", line 81, in execute
screen AONstats_screen( char ):
File "game/AONmod.rpy", line 82, in execute
if AONmod.coreVar.modCenter.AM01h() is True:
File "game/AONmod.rpy", line 89, in execute
showif AONmod.coreVar.modCenter.AM01d() is True:
File "game/AONmod.rpy", line 90, in execute
use AONbetterPhoneButtons( char )
File "game/AONmod.rpy", line 1453, in execute
screen AONbetterPhoneButtons( char ):
File "game/AONmod.rpy", line 1453, in execute
screen AONbetterPhoneButtons( char ):
File "game/AONmod.rpy", line 1461, in execute
frame:
File "game/AONmod.rpy", line 1465, in execute
has vbox
File "game/AONmod.rpy", line 1467, in execute
showif phone_action is False:
File "game/AONmod.rpy", line 1469, in execute
for target in [ "text", "flirt", "sext" ]:
File "game/AONmod.rpy", line 1470, in execute
if ( char.phase_flags[target] | char.brainwashed() | char.furious | char.terrified is False ) and player.interactions > 0:
File "<screen language>", line 1470, in <module>
TypeError: 'bool' object is not callable
Windows-8-6.2.9200
Ren'Py 7.3.2.320
SP 0.41.01
Sun Dec 06 09:11:13 2020
```