Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
For each (Integer A) from (Linenumber + 1) to (Linenumber + 16), do (Actions)
Loop - Actions
Set Line[(Integer A)] =
Wait 1.50 game-time seconds
For each (Integer A) from 1 to (Linenumber + 16), do (Actions)
Loop - Actions
Game - Display to (All players) for 3600.00 seconds the text: Line[(Integer A)]
Wait 1.50 game-time seconds
Video - Turn cinematic mode Off for (All players)
Line[] is a string array that stores the lines of your text. Don't make the lines too long, or it will start a new line (ingame), which looks ugly. For example, only 34 'M's fir in one line, but way more 'i's.
Linenumber is a integer that gets the number of lines your text has.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.