How to "Show Text" as in TD? I forgot.

Accname

2D-Graphics enthusiast
Reaction score
1,464
do you mean something like this:
Trigger:
  • Game - Display to (All players) the text: BLABLABLA

?
 

Komaqtion

You can change this now in User CP.
Reaction score
469
Then you'll need to create a string variable with an array size of how many tips you want, then create a trigger like this:
Trigger:
  • Tips
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Set Tip[1] = Some good tip!
      • Set Tip[2] = Some other good tip!
      • -------- Etc... --------


Use as many arrays there as you want to create several tips, and then do this to display a random one:
Trigger:
  • Tips Creater
    • Events
      • Time - Every 30.00 seconds of game time
    • Conditions
    • Actions
      • Game - Display to (All players) the text: (Tip: + Tip[(Random integer number between 1 and (Your_Max_Array_Size))])
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top