• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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

  • testmap.w3m
    16.9 KB · Views: 14
Status
Not open for further replies.
Top