Hi everyone, how can I go to new line without creating a new one in Yarn ?
In many coding languages is \n.
1 Like
try “Your string message” + NewLine()
Like this ?
(Doesn’t work)
No inside Yarn you just need to press Intro to add a new line I misundestood the question I was Thinking that you modify the text in some event.
You can check here for detailed documentation
2 Likes
I think he wants to add a line break without erasing the previous line.
IIRC, I had to load the dialogue lines myself to achieve that.
1 Like