As title, I cannot set a new line with \n
or \r
when passing the string through a MyMessage(MyString:string) : message =
function.
Previously I used a special Unicode character is my code to circumvent that, however with 23.00, special character support inside Verse code was removed.
When using \n
elsewhere, for example in UI, this works fine!
Am I missing something?