Help! I got a question to answered.
Example, if you put an EXTREMELY LONG string on draw_text that has 480x64 size, you'll get it compacted instead of make it into two lines.
How can I make it two lines instead compacting it. The standard size is widthx32, right?
as far as i know you just use another draw text method on a new line of the script.
Then how to cut the string?
if the string is generated by you typing it then youll have to experiement and try to find the length at which this occurs. if its dynamically generated the same except more complicated :(
Strike 1, this belongs in script help.
You can try to use a conditional statement and see if you can check the length of the string.
Is there no automated method?
Like modify draw_text, or something so it will automatically make two line?
My Paragraph Formatter can do it for you if you like.