Hi, how can i make a new line in note/scroll? I mean that i start on next line because right now when i enter some text it shows me only in one line. I guess i read somewhere here that "/n" should do it but it didnt work for me.
Thanks
Note scroll new line
Re: Note scroll new line
Dr.Disaster wrote:Use "\n"




To whoever who might be reading this, I must be dead.\nWhen the Caporal Martin abbandonned me here,\nI found those artifacts which I though\ncould take me out of here!\n\nSadly, **Merota never blessed me\nwith the magic or the mind necessarey to use them..\n\nBut if you do are proficient at those\nTHERE MIGHT STILL BE HOPE FOR YOU....\n\nGOOD LUCK\n\n~Melvin Romero
- Dr.Disaster
- Posts: 2876
- Joined: Wed Aug 15, 2012 11:48 am
Re: Note scroll new line
Inserting "\n"'s is not needed when you type or copy/paste your text into the editor. The editor adds them for you.
But when you modify the .lua file directly with any kind of text or line editor your need to know how to cause a newline and that's done with a "\n" since decades. Since the OP asked about how to escape stuff i told him the correct way.
But when you modify the .lua file directly with any kind of text or line editor your need to know how to cause a newline and that's done with a "\n" since decades. Since the OP asked about how to escape stuff i told him the correct way.
Re: Note scroll new line
Dr.Disaster wrote:Inserting "\n"'s is not needed when you type or copy/paste your text into the editor. The editor adds them for you.
But when you modify the .lua file directly with any kind of text or line editor your need to know how to cause a newline and that's done with a "\n" since decades. Since the OP asked about how to escape stuff i told him the correct way.
Alright Thanks Doc, was trying to find a solution before asking a question. Thats the closest i found