1
Dialog Extension / Easiest way to automatically "<but>" when the text is too long?
« on: December 01, 2016, 09:25:14 pm »I'd like my text to pause as though I had a <but> tag whenever it hits the bottom of the window (instead of just scrolling ahead). So kinda I'd like to show the dialog a page at a time (I have the draw speed set very fast) and the user can press a button to go to the next page.
I changed the font, and now all my "but" tags need to be adjusted accordingly. It occurred to me that it might be easier to just modify the dialog code so that instead of scrolling the text, it could do a but/clear when it's past the boundaries, then continue drawing text at the top.
Has anyone else done something like this?