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

Texttag limit doesn't apply to texttags with lifespan?

Status
Not open for further replies.
Level 39
Joined
Feb 27, 2007
Messages
5,013
Would've taken you less time to test this than to ask it. The answer seems to be Vex is off his rocker; I tried the trigger below and it only showed 1-99 and then 118 (the last one which kept overwriting itself)
  • Untitled Trigger 002
    • Events
      • Map initialization
    • Conditions
    • Actions
      • For each (Integer A) from 1 to 118, do (Actions)
        • Loop - Actions
          • Floating Text - Create floating text that reads (String((Integer A))) at ((Center of (Playable map area)) offset by (0.00, (-1000.00 + (20.00 x (Real((Integer A))))))) with Z offset 0.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
          • Floating Text - Change (Last created floating text): Disable permanence
          • Floating Text - Change the lifespan of (Last created floating text) to 5.00 seconds
 
Status
Not open for further replies.
Top