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!
how can I make a floating text above an unit but following this unit forever? When I try to make it doesn't work cuz when the unit walks the floating text stays on its last position. How to make it walk along with the unit above it?
Create a unit and a floating text variable in variable editor.
Trigger 1:
Event:
Player 1 types "test" // or what ever
Actions:
Set unitVariable = YourUnit
FloatingText - Create A Floating Text Above unitVariable
Set floatingVariable = LastCreatedFloatingText
___________________________
Trigger 2
Event:
Every 0.03 seconds of the game
Actions:
FloatingText - Change Position of floatingVariable to Position of unitVariable
___________________________
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.