• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Floating Text

Status
Not open for further replies.
Level 13
Joined
Oct 18, 2013
Messages
694
In my map, I create Floating Text that for some players has a transparency of 100%, and others 0%. I want floating text to fade out for players who can see it. But using war3's default API,
  • Floating Text - Change the lifespan of (Last created floating text) to 2.00 seconds
  • Floating Text - Change the fading age of (Last created floating text) to 1.00 seconds
I believe this resets the transparency, causing all players to be able to see the text. I could be wrong on this, though. Can anyone link me to some script somebody's already made or throw some new script at me? ;3

Thanks.
 
Level 13
Joined
Oct 18, 2013
Messages
694
uhh no. Lol I use GetLocalPlayer to set the transparency upon CREATION of the text. I'm talking about a loop trigger for DESTRUCTION of float texts.
 
Status
Not open for further replies.
Top