• Carriage Return in LUA
    2 replies, posted
Hi. I am trying to hit ENTER in a script so that the text goes to the next line. But in-game it simply doesn't show up on the next line. It just continues on the same line. So my question is, where can I view the description file for all of the weapons in the traitor shop? I am trying to find a traitor weapon description that uses multiple lines of text so I can figure out how to "Carriage Return" in other scripts.
You can use: [CODE] [[ Text Line here line here ]][/CODE] Or you can use: [CODE]text \n\n new line text[/CODE]
Woops! Sorry. I realized that the script was in HTML so I needed to do <br>. Thank you for your time!
Sorry, you need to Log In to post a reply to this thread.