Page 1 of 1

How to enforce line break in visible text?

Posted: Fri Jun 20, 2025 7:04 pm
by Tomhero200
Hello everyone;
I have the following question: How do I manually place a line break in a string, e. g. the mod description in info.json?
Any answer is appreciated.
Thanks

Re: How to enforce line break in visible text?

Posted: Fri Jun 20, 2025 8:15 pm
by robot256
Use the C-style escape sequence "\n" (backslash n)

Re: How to enforce line break in visible text?

Posted: Fri Jun 20, 2025 8:35 pm
by Tomhero200
Works, thanks!