Low priority sort of thing, but:
It would be nice if there was an easy way to do simple on-screen pop-up messages that appear/disappear independent of the script's main flow. Think Xbox achievements, Steam trophies, etc. (At my old studio we called these "toasts", though I have no idea why :lol: )
This wouldn't be hard to set up independently using existing features, but it's common enough in VN's that it would be nice to have it built in. I'm imagining a printer pre-fab with a few pre-made transition animations, called with an API command, like
@popup "New quest unlocked!"
And then you could tack on a few parameters to control various aspects of it, such as on-screen duration, animation type and length, etc.
@popup "New quest unlocked!" params:5s, slide-in, 1s, slide-out, 1s