Hi,
I'd like to tint the screen, before the dialog options are rendered and remove the tint, while the dialog is spoken.
I can already tint the screen in dialog_options_get_dimensions(), but is there a way to remove it temporarily?
dialog_options_mouse_click() only works if I don't hit an option and I think I also can't place the command inside a dialog script.
Is there another way?
Thanks for your time :)
rep_exec_always should get run while the dialog is spoken, so you could potentially use that to remove it.
Works like a charm. Thanks a bunch :D