Thanks. It works fine, but how would I make it stay at one word?
I have this:
[Text Object]Word ---> Is visible ---> [T] Set Text to choose("text1", "text2", "text3")
This just makes it cycle through all of the words.
EDIT
Nevermind just figured it out. For future reference I just made a variable equal to 0. When the layout is visible I just checked if the variable was equal to zero and made it equal to one.
As for the text, I just added another condition to check if the variable is equal to zero.
Thanks again.