Well.. if you're not going to use a trigger or waypoint.. then what does that leave?? .... a script
titletext ["your text here", plain down]
that's the bit of code you'll need right there
and to make it move down a line you need to put this
\n as in this example:
titletext ["your text here\nthis is on a new line", plain down]