• 🏆 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!

delete specific floating text

Status
Not open for further replies.
Level 1
Joined
Sep 6, 2019
Messages
1
Hi. When I dont want to work with triggers that have floating text because the only way it seems to work is if the last floating text is dealed with swifty in the editor and is difficult and problem causing. Is there another way to specify the text that you want manipulated such as maybe the option i noticed next to it was "Hashtable - Load texttag handle" ?
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,217
Save last created floating text to a variable. You can then access it at a later time using the variable. For multiple generic ones, an array could be used where each index is assigned a different floating text.

There is a limit of 100 floating texts at the same time. Creating floating text beyond this limit recycles the last created floating text.
 
Status
Not open for further replies.
Top