• Hey! Register here to create your account, engage with the community, and talk about what is new!

Multiple lines in hover text

SquareFinder

New member
Joined
Jul 8, 2022
Messages
12
Reaction score
2
I would like to make a hover message that has multiple lines of text in it. However, I'm not sure how to do this. Is there a special character that acts as a newline, like "\n" in most programming languages? Or maybe an escape sequence like "%n" or "&n"?
 
Solution
you can do /txt (newline) to get a \n text, you can use it something like this:
/txt h(newline)e(newline)y

that will output:
h
e
y

Be careful tho, you can't edit a text that has a newline in it (except if they fixed it)

ARMcPro

Forum adept
Overlord
Joined
Oct 20, 2020
Messages
1,256
Reaction score
353
you can do /txt (newline) to get a \n text, you can use it something like this:
/txt h(newline)e(newline)y

that will output:
h
e
y

Be careful tho, you can't edit a text that has a newline in it (except if they fixed it)
 
Solution
Top Bottom