1
Discussion - EVE / Text with newline doesn't work
« on: October 26, 2022, 11:22:20 AM »
Hi,
I want to use the newline function inside the string, but it only draws a strange symbol at the position of "\n". I checked the programming guide and says to only include the "\n" in the string. I am using the font 18.
I am using this
I want to use the newline function inside the string, but it only draws a strange symbol at the position of "\n". I checked the programming guide and says to only include the "\n" in the string. I am using the font 18.
Code: [Select]
cmd_text(80, 60, 29, OPT_CENTER,"one two\nthree
four");
I am using this
Code: [Select]
cmd_text(80, 60, 18, EVE_OPT_CENTERY,"User:\n");