How to make First Name and Last Name on the same line

If you want to interject it into a *stat_chart you need a third stat. Let’s assume you’re using first_name and last_name. You’ll want your stats screen to have this:


*temp full_name
*set full_name first_name
*set full_name & " "
*set full_name & last_name
*stat_chart
  text full_name Name
1 Like