Quote: "I'm trying to get two lines of text at one time. Is this possible?"
Somewhat possible, if you are using 1.19 or better.
Here is how. Thanks to SceneCommander for sharing this with me.
Place a StoryZone trigger, in the MAIN place this code
rawtext.fpi
;Artificial Intelligence Script
;Header
desc = Draw text to screen when close enough rawtext.fpi
;Triggers
:plrdistfurther=160:state=0
:plrdistwithin=160,plrfacing:state=1
:plrdistwithin=80,plrfacing:state=2
;Display or hide text based on state
:state=1:fpgcrawtextsize=50,fpgcrawtextfont=arial bold
:state=1:fpgcrawtextr=255,fpgcrawtextg=128,fpgcrawtextb=32
:state=1:fpgcrawtextx=50,fpgcrawtexty=75
:state=1:fpgcrawtext=$0
:state=2:fpgcrawtextsize=50,fpgcrawtextfont=arial bold
:state=2:fpgcrawtextr=255,fpgcrawtextg=128,fpgcrawtextb=32
:state=2:fpgcrawtextx=50,fpgcrawtexty=75
:state=2:fpgcrawtext=$1
;End of Script
Now scroll to the Media and in Audio type in the first line of text
and in the Visual type in the second line of text.
As the player passes the StoryZone trigger the text will display.
OR USE
http://forum.thegamecreators.com/?m=forum_view&t=181108&b=21
Life is a short trip to another world