Just wanna ask, whats up with all the stuttering? At least at the begining it just everywhere (especially with mc, which is also incredibly annoying). Will it change later, or is it just writing style? It would've been masterpeace for me without any of it.
Okay, because i was incredibly annoyed by this, i made a script to remove any stuttering from mc, just throw it in 'game' folder.
It SHOULD also work with any other game made with Ren'Py, but you need to find where your game stores a player/name (your_player_variable) and change
if self == playerName or self == playerNick:
to
if self == your_player_variable:
(or remove this line if you want to remove stuttering from all characters).