Empty row in a dialog?
#1

Alright guys, I've a question. I was making a dialog today which should went like that:

FIRSTLISTITEM
SECONDLISTITEM


THIRDLISTITEM
FOURTHLISTITEM

So, my question is, how to make this two empty rows? They would be listitem number 2 and 3 and if they are I will simply re-show the same dialog however, I've been stuggling with this a while, I've tried adding \n\n\n but it still got showed like:

FIRSTLISTITEM
SECONDLISTITEM
THIRDLISTITEM
FOURTHLISTITEM

So, any ideas?
Reply
#2

maybe you can use the invisible character which is made by using Alt + (NumPad code)
\n \n
The alt code for that invisible character is alt + 0163
Press Alt and then type that code using the Numpad.. Hope it works for you!
Reply
#3

Try adding a space between them. I believe it counts as a character.
Reply
#4

Ј this character was showed after typing the code but it wasn't so invisible tho'. However, I added space between the \n so it would be \n \n \n and it actually worked and make an empty row so, thanks to you two for the help.
Reply
#5

Could you show us the script snippet? We can help better if u do..
Reply
#6

Quote:
Originally Posted by Mic_H
Посмотреть сообщение
Could you show us the script snippet? We can help better if u do..
He said that the problem is solved.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)