Mila lacks a lot of conversations with MC, so far 99% of their talks are about NTR... At least if you dont have the time to do a proper talk between couples... imply it... "Today we talked about our love life". Also, Mila has no shred of doubt, guilt, shame nor hesitation. Making us wonder if she even loves the mc at all.
Trejon
Recent community posts
Nice, but i dont think its hard to put the number of the pictures or names in the gallery. Maybe you can create a template and cascade it? You only need a text box to put over the images in the gallery, and im quite sure, all images have at least a number to it or you wont be able to tell which one is which
Game is unplayable, the game crashes in 0.24.0 version. As soon as you try to load any save file, the game crashes. Dosnt matters what you do, even if you start from scratch, delete all old save files or even remove the APPDATA folder of NTR Mobile where save data is collected, then start the game to make a new one. The game still crashes
Did you fix the hotel scenes? I told you before that when i go to the hotel, the scenes are skipped ans she gets completely tired after only once and then even if she rests, its impossible to do more things she remains tired or when she recocers, you select the scene and the game says she is still tired and its skipped. Before we could do like 6 sex events before bed, now its 1.
Hey, i dont know if up made the chat message faster when i click the arrows, but its still way to slow, when at least make it 3 times faster.... Nevermind, somehow after i got an in game message from you about audio, chat started to mover faster, but i algo got caught in a loop after she shows the image of her brushing her teeth and me saying she is beautiful.... But then once it shows the car filled with boxes, chat becomes very slow again (I checked the arrow so that its turned ON)
Im at .21 version and the hotel is bugged... I do nothing and the scene of maggie being exhausted happens consecutively without being able to do anything at all. I went there in the morning and i could only do 2 scenes, since almost every single time maggie is KO. I arrived there in the morning and i clicked the heart to start, then the scene shifts to maggie in the bed completely tired, i must press the REST button of the bed icon 2 or 3 times in a row, otherwise maggie is still tired. Then i do one option for the sex, and boom, maggie is tired agian. This did not happen before.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 416, in script call
mc_nvl "Hey Alexis, I just got your number from Mina!"
File "game/script.rpy", line 556, in script call
$ renpy.pause(0.000001, hard=False)
File "game/script.rpy", line 561, in script
menu (nvl=True):
IndexError: list index out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "game/script.rpy", line 256, in script
$ renpy.pause(0.000001, hard=False)
File "game/script.rpy", line 256, in <module>
$ renpy.pause(0.000001, hard=False)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "game/script.rpy", line 416, in script call
mc_nvl "Hey Alexis, I just got your number from Mina!"
File "game/script.rpy", line 556, in script call
$ renpy.pause(0.000001, hard=False)
File "game/script.rpy", line 561, in script
menu (nvl=True):
File "game/script.rpy", line 416, in script call
mc_nvl "Hey Alexis, I just got your number from Mina!"
File "game/script.rpy", line 556, in script call
$ renpy.pause(0.000001, hard=False)
File "game/script.rpy", line 561, in script
menu (nvl=True):
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "renpy/common/00gamemenu.rpy", line 174, in script call
$ ui.interact()
File "game/script.rpy", line 416, in script call
mc_nvl "Hey Alexis, I just got your number from Mina!"
File "game/script.rpy", line 556, in script call
$ renpy.pause(0.000001, hard=False)
File "game/script.rpy", line 561, in script
menu (nvl=True):
File "renpy/ast.py", line 1818, in execute
next_node(self.items[choice][2][0])
~~~~~~~~~~^^^^^^^^
IndexError: list index out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "game/script.rpy", line 256, in script
$ renpy.pause(0.000001, hard=False)
File "renpy/ast.py", line 1187, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1260, in py_exec_bytecode
exec(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/script.rpy", line 256, in <module>
$ renpy.pause(0.000001, hard=False)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "renpy/exports/statementexports.py", line 198, in pause
rv = renpy.ui.interact(mouse="pause", type="pause", roll_forward=roll_forward, pause=delay, pause_modal=modal)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/ui.py", line 304, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/core.py", line 2219, in interact
repeat, rv = self.interact_core(
~~~~~~~~~~~~~~~~~~^
preloads=preloads,
^^^^^^^^^^^^^^^^^^
...<4 lines>...
**kwargs,
^^^^^^^^^
) # type: ignore
^
File "renpy/display/core.py", line 3302, in interact_core
rv = root_widget.event(ev, x, y, 0)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/screen.py", line 805, in event
rv = self.child.event(ev, x, y, st)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/behavior.py", line 1184, in event
return handle_click(self.clicked)
~~~~~~~~~~~~^^^^^^^^^^^^^^
File "renpy/display/behavior.py", line 1107, in handle_click
rv = run(action)
~~~^^^^^^^^
File "renpy/display/behavior.py", line 411, in run
return action(*args, **kwargs)
~~~~~~^^^^^^^^^^^^^^^^^
File "renpy/common/00action_menu.rpy", line 120, in __call__
renpy.call_in_new_context("_game_menu", *self.args, _game_menu_screen=screen, **self.kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/game.py", line 372, in call_in_new_context
return renpy.execution.run_context(False)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
File "renpy/execution.py", line 1022, in run_context
context.run()
~~~~~~~~~~~^^
File "renpy/common/00gamemenu.rpy", line 174, in script call
$ ui.interact()
File "game/script.rpy", line 416, in script call
mc_nvl "Hey Alexis, I just got your number from Mina!"
File "game/script.rpy", line 556, in script call
$ renpy.pause(0.000001, hard=False)
File "game/script.rpy", line 561, in script
menu (nvl=True):
File "renpy/common/00gamemenu.rpy", line 174, in script call
$ ui.interact()
File "game/script.rpy", line 416, in script call
mc_nvl "Hey Alexis, I just got your number from Mina!"
File "game/script.rpy", line 556, in script call
$ renpy.pause(0.000001, hard=False)
File "game/script.rpy", line 561, in script
menu (nvl=True):
File "renpy/display/error.py", line 135, in report_exception
renpy.game.invoke_in_new_context(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
call_exception_screen,
^^^^^^^^^^^^^^^^^^^^^^
...<4 lines>...
ignore_action=ignore_action,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "renpy/game.py", line 301, in invoke_in_new_context
return callable(*args, **kwargs)
~~~~~~~~^^^^^^^^^^^^^^^^^
File "renpy/display/error.py", line 44, in call_exception_screen
return renpy.ui.interact(mouse="screen", type="screen", suppress_overlay=True, suppress_underlay=True)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/ui.py", line 304, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/core.py", line 2219, in interact
repeat, rv = self.interact_core(
~~~~~~~~~~~~~~~~~~^
preloads=preloads,
^^^^^^^^^^^^^^^^^^
...<4 lines>...
**kwargs,
^^^^^^^^^
) # type: ignore
^
File "renpy/display/core.py", line 3302, in interact_core
rv = root_widget.event(ev, x, y, 0)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/screen.py", line 805, in event
rv = self.child.event(ev, x, y, st)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1508, in event
rv = super(Window, self).event(ev, x, y, st)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/behavior.py", line 1184, in event
return handle_click(self.clicked)
~~~~~~~~~~~~^^^^^^^^^^^^^^
File "renpy/display/behavior.py", line 1107, in handle_click
rv = run(action)
~~~^^^^^^^^
File "renpy/display/behavior.py", line 411, in run
return action(*args, **kwargs)
~~~~~~^^^^^^^^^^^^^^^^^
File "renpy/display/error.py", line 51, in rollback_action
renpy.exports.rollback(force=True)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "renpy/exports/rollbackexports.py", line 233, in rollback
renpy.game.log.rollback(
~~~~~~~~~~~~~~~~~~~~~~~^
checkpoints, greedy=greedy, label=label, force=(force is True), abnormal=abnormal, current_label=current_label
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "renpy/rollback.py", line 950, in rollback
self.load_failed()
~~~~~~~~~~~~~~~~^^
File "renpy/rollback.py", line 864, in load_failed
raise Exception(
"Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?"
)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
Windows-11-10.0.26200-SP0 AMD64
Ren'Py 8.4.1.25072401
MINA! NTR Phone Story 0.19a
Sat May 16 23:16:34 2026
[/code]
Just got the update.... Windows version.... First minute of the game
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 416, in script call
mc_nvl "Hey Alexis, I just got your number from Mina!"
File "game/script.rpy", line 556, in script call
$ renpy.pause(0.000001, hard=False)
File "game/script.rpy", line 561, in script
menu (nvl=True):
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "renpy/common/00gamemenu.rpy", line 174, in script call
$ ui.interact()
File "game/script.rpy", line 416, in script call
mc_nvl "Hey Alexis, I just got your number from Mina!"
File "game/script.rpy", line 556, in script call
$ renpy.pause(0.000001, hard=False)
File "game/script.rpy", line 561, in script
menu (nvl=True):
File "renpy/ast.py", line 1818, in execute
next_node(self.items[choice][2][0])
~~~~~~~~~~^^^^^^^^
IndexError: list index out of range
Windows-11-10.0.26200-SP0 AMD64
Ren'Py 8.4.1.25072401
MINA! NTR Phone Story 0.19a
Sat May 16 23:15:26 2026
[/code]
Read the app. It has 3 buttons. One to record, one to play once, and one to loop. Each button is a ON/OFF button. If you press the one to loop. press it again and it get turned off. Same with the recording, there is no notification that it finished recording or stopped. Its very simple software. You can then save the macro for later and load it. You can even load the macro in the space below to queue them and add how many loops.
For the buttons you can edit them to work with the keyboard. I seelected buttons 1, 2 and 3 on the keyboard.
Thank you DUDE!!! This app works perfectly! It did complex mouse movenents and keyboard keys without mistake and no delays like others macro makers i tried. Its free, and can be used for as long as i need. I saved a macro that takes 4 minutes of clickings and keys. And it did it. This will save me at least a few hours everyday. I would donate you if i had the money for it