Hi
I'm using CustomDialogGui module and I can't see where I can start the options at y as I want to custom make the background image with a heading for the Dialog gui.. the options start at the very top...
Edit:
Gone back to using ags version with custom gui and the usual:
game.min_dialogoption_width=190;
game.dialog_options_x=12;
game.dialog_options_y=14; // this was the issue
game.dialog_options_highlight_color=23447;