Creating a Macro.. How do I output one command on two lines without issuing a second command? Using /desc in this case.. I need to know how to insert a line break. ``` /desc It's currently @{time_hours}am - @{date_month} @{date_day} /desc @{weather_weather} - @{weather_temp} degrees ``` Can I do that with only one /desc, while making sure the @weather part shows up on a separate line? Thanks!