Damn, and I thought I was autistic for adding unnecessary "..." in my text

This dude literally writes a pause statement after every single line of text and every dissolve transition (thousands of them)

Sometimes two in a row for some reason
View attachment 3976359
Why...?
This only adds artificial, unskippable time-waste, sluggish feeling and prevents from clicking through the text faster.
And also, as far as I know, if you use
show
to present a full-screen image, it'll will stay on its own layer until you
hide
it. This means that the bigger your game becomes - the more images are being clogged in the memory behind each other in layers (Renpy engine thing). You should use
scene
instead. It replaces the previous full-screen image and your game won't be lagging so hard over time.