ZBrushCentral

Question: Can I make a line break (newline) in dialogs?

I would like to make a newline in a dialog to make clear visibility.
Can I achive that?

(Or , change color, bold, italic… Anything making up clear visibility is appreciated.)

[MessageYesNo, "There is blah blah blah message. And I would like to make a newline. But, I notice "\n" is not work. 
	\n\n\n I would like to have a something clearly visible WARNING message!!"]

You can use “\n” in zscript Notes but not in the system message that you are using. You can use ascii codes though like this:

[VarSet,newLine,[StrMerge,[StrFromAsc,10],[StrFromAsc,13]]]

[MessageYesNo, [StrMerge,"There is blah blah blah message.",newLine,newLine," And I would like to make a newline. But, I notice ",[StrFromAsc,34], "\n",[StrFromAsc,34]," is not work. 
	",newLine,newLine,newLine," I would like to have a something clearly visible WARNING message!!"]]	

Marcus

1 Like

Thank you for answering! :smiley:
Visibility is really important when future self is too mesmerize sculpting to pay attention.
It will prevent blast my file.