So I knew how to do this years ago, but I know if I want to do a line break in a message I should use
. But I am not sure how.
What I want to do is have a code in a verb action that plays a message. And if a condition is met it it's supposed to play another separate one. But it places them in the same paragraph and I want an empty line space between them. How do I do this?
(Edit) I figured it out.
In code view, the msg("")
itself uses line break. Or you can write
at the end of your msg for extra line break