at justintime0185
set up a global variable
global (textCounter)
then set a group of events like this...
if textCounter is 1 then set "enemy text to "come , sit next to me"
wait 5 seconds
if textCounter is 2 then set "enemy text to "I love you"
wait 5 seconds
if textCounter is 3 then set "enemy text to "lets dance"
wait 5 seconds
if textCounter is 4 then set "enemy text to "what kind of car do you drive?"
wait 5 seconds
if textCounter is 5 then set "enemy text to "I give up"
wait 5 seconds
then create a random string like so...
[every 5 seconds] system set textCounter to RANDOM(5)
This will bounce threw your text displays randomly every five seconds setting it to a different text