Text on the same line?

You want to use line_break between to move them onto separate lines, like so:

Name: ${name}, ${surname}
*line_break
Age: ${age}
*line_break
Rank: ${rank}
*line_break
Wealth: ${wealth}
*line_break
Income: ${income}

This post has more details on the way line breaks and paragraph breaks work in ChoiceScript, as well.

Also, if you ever want to show your code on the forums and you need to keep the indentation, you can use <pre> and </pre>, or click on the symbol that looks like </> in your menu bar when posting.

6 Likes