For my game, I want to insert an image that “blends in” with the background. The problem is, ChoiceScript allows for switching between four different background styles, and while I don’t have an issue preparing four different images, there’s also the matter of knowing which style the player has enabled at the given point. Is there variable I can access, or a command I can type to check the current background color?
And no, making the image background transparent won’t fix my issue. I specifically want to know whether this “background recognition” is possible, thanks in advance.
(choice_nightmode) can be used to determine if the player is currently using the dark/black/nightmode background.
Unfortunately, I don’t know of any way to determine the difference between the white and sepia backgrounds (and I’m not sure what the fourth background you’re referring to is?)