• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Description spaces

Status
Not open for further replies.
Level 4
Joined
Aug 8, 2011
Messages
84
What are you talking about, trial and error? Sometimes the amount of misinformation being spread around here is really unbearable.

I apologize if I misunderstand you, but I believe you are asking about how to create a new line in the text of anything shown in-game. If this the case, then your answer is "|n"

When you place |n in your text, it creates a new line. So for example:
Code:
"I am|nA new line|nHello|n|nI skipped a line."

That line becomes:
Code:
I am
A new line
Hello

I skipped a line.
 
Status
Not open for further replies.
Top