Can someone tell me how to hold a line of text, such as:
"Hello, World!"
for an indefinately long time and have it never fade away?
Say x= the amount of seconds it takes for "Hello, World!" to display and then dissapear.
| Trigger |
null| Players: |
| ¤ Current Player |
| Conditions: |
| ¤ Always |
| Actions: |
¤ Display text: Hello, World!
|
¤ Wait x ms
|
| ¤ Preserve Trigger |
Actually, have a bunch of lines of text before it so it deletes the old 'Hello world'
Or have a transmission for like 99999 secs, unless that interferes w/ waits. That can be bumped though
just do:
Condition:
Always
Action:
Display Text Message (text after line 10)
Preserve Trigger
If u do this no 1 can talk
Setting transmission time does not change the amount of time the text remains on the screen.
Zb2k's suggestion will work, although it will require a lot of trial and error to determine the amount of time. You can also repeatedly display the line of text with 10 blank lines.
To increase the amount of time the text displays for, you can also use the invisible text character and then type a lot of characters after it. Since the amount of time the text is displayed for depends on the length of the string, the more characters you put in the longer it will stay.