How to Convert a collored string in a normal one?

Status
Not open for further replies.
Do not mix colors to the strings, always separate it, so you can change it anytime.

  • Untitled Trigger 001
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Set MyString = Hello World!
      • Wait 0.10 seconds
      • Set YellowColor = (|cFFFFFF00 + MyString)
      • Game - Display to (All players) the text: YellowColor
      • Wait 0.10 seconds
      • Set WhiteColor = (|cFFFFFFFF + MyString)
      • Game - Display to (All players) the text: WhiteColor
upload_2020-2-25_2-12-20.png
 

Attachments

Status
Not open for further replies.
Back
Top