Brian,
V1.03 with the multiple lines. I'm getting this for my script results:
;Artificial Intelligence Script
;created with TextEase
;Header
;desc =on screen text
;Triggers
:state=0:state=1
;DISPLAY THE TEXT
:state=1,plrwithinzone=1:fpgcrawtextsize=32,fpgcrawtextfont=Arial,fpgcrawtextr=255,fpgcrawtextg=255,fpgcrawtextb=255,fpgcrawtextx=50,fpgcrawtexty=80,fpgcrawtext=This is line one,state=2
:state=2,plrwithinzone=1:fpgcrawtextsize=32,fpgcrawtextfont=Arial,fpgcrawtextr=255,fpgcrawtextg=255,fpgcrawtextb=255,fpgcrawtextx=50,fpgcrawtexty=80,fpgcrawtext=This is line one
;WAIT UNTIL PLAYER LEAVES THE ZONE OR ENTITY
:state=2,plrdistfurther=60:state=3
;DISPLAY THE 2ND TEXT
:state=3,plrwithinzone=1:fpgcrawtextsize=32,fpgcrawtextfont=Arial,fpgcrawtextr=255,fpgcrawtextg=255,fpgcrawtextb=255,fpgcrawtextx=50,fpgcrawtexty=80,fpgcrawtext=This is line two,state=4
:state=4,plrwithinzone=1:fpgcrawtextsize=32,fpgcrawtextfont=Arial,fpgcrawtextr=255,fpgcrawtextg=255,fpgcrawtextb=255,fpgcrawtextx=50,fpgcrawtexty=80,fpgcrawtext=This is line two
;WAIT UNTIL PLAYER LEAVES THE ZONE OR ENTITY
:state=4,plrdistfurther=60:state=5
;DISPLAY THE 3RD TEXT
:state=5,plrwithinzone=1:fpgcrawtextsize=32,fpgcrawtextfont=Arial,fpgcrawtextr=255,fpgcrawtextg=255,fpgcrawtextb=255,fpgcrawtextx=50,fpgcrawtexty=80,fpgcrawtext=This is line three,state=6
:state=6,plrwithinzone=1:fpgcrawtextsize=32,fpgcrawtextfont=Arial,fpgcrawtextr=255,fpgcrawtextg=255,fpgcrawtextb=255,fpgcrawtextx=50,fpgcrawtexty=80,fpgcrawtext=This is line three
;NO REPEAT
;WAIT UNTIL PLAYER LEAVES THE ZONE OR ENTITY
:state=6,plrdistfurther=60:state=10
;DESTROY TRIGGER
:state=10:destroy
;End of Script
Seems that the three lines are duplicating. Is this correct? In my previous scripts, I've never had to "duplicate" like the layout here. So in theory I would have this line:
:state=1,plrwithinzone=1:fpgcrawtextsize=32,fpgcrawtextfont=Arial,fpgcrawtextr=255,fpgcrawtextg=255,fpgcrawtextb=255,fpgcrawtextx=50,fpgcrawtexty=80,fpgcrawtext=This is line one,state=2
But I would not need this line:
:state=2,plrwithinzone=1:fpgcrawtextsize=32,fpgcrawtextfont=Arial,fpgcrawtextr=255,fpgcrawtextg=255,fpgcrawtextb=255,fpgcrawtextx=50,fpgcrawtexty=80,fpgcrawtext=This is line one
Added:
Also, do you want Cathy and I to have both versions for download, or replace the previous with this version?
- BlackFox