Hey guys, I want it so when you move a unit over the Healing beacon, it says: Healing (with a RED "H"), then Healing (with a RED "e"), then Healing (with a RED "a") and so on, so it seems as though the RED letter is passing through the text, but when I tried, it just stacked all the text on top of eachother, so it looked like this:
Healing
Healing
Healing
Healing (With colored letters in their respective places)
Healing
Healing
Healing
Complete!
This was my trigger ---
PLAYERS
- All players
CONDITIONS
-Current player brings at least 1 any unit to location "Heal"
ACTIONS
- Display text "Healing"
- Wait 40 milliseconds
- Display text "Healing"
- Wait 40 milliseconds
- Display text "Healing"
- Wait 40 milliseconds
- Display text "Healing" (With colored letters in their respective places & centered)
- Wait 40 milliseconds
- Display text "Healing"
- Wait 40 milliseconds
- Display text "Healing"
- Wait 40 milliseconds
- Display text "Healing"
- Wait 40 milliseconds
- Display text "Complete!"
- Set hit points for all any unit owned by current player at location "Heal" to 100%
- Preserve trigger
