• 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!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Why does this trigger not create floating text?

Status
Not open for further replies.
Level 4
Joined
Jan 14, 2005
Messages
73
I have a trigger I made Thats supposed to read through my variables and output text above some circles of power. It currently Does not Put the text anywhere on the map.

  • Hero Selection Initialization
    • Events
      • Time - Elapsed game time is 1.00 seconds
    • Conditions
    • Actions
      • Do Multiple ActionsFor each (Integer A) from 1 to eou_NumberOfClassSelectionRing, do (Actions)
        • Loop - Actions
          • Set ClassSelectionRingPoints[(Integer A)] = (Position of ClassSelectionRings[(Integer A)])
          • Floating Text - Create floating text that reads ClassFloatingText[(Integer A)] at ClassSelectionRingPoints[(Integer A)] with Z offset 0.00, using font size 10.00, color (10.00%, 100.00%, 10.00%), and 0.00% transparency
          • Floating Text - Show (Last created floating text) for (All players)
      • Do Multiple ActionsFor each (Integer A) from 1 to eou_NumberOfHeros, do (Actions)
        • Loop - Actions
          • Set HeroSelectionRingPoints[(Integer A)] = (Position of HeroSelectionRings[(Integer A)])
If I tell the Floating text to be created at the Center Of playable Map, Then it works fine. I should note that The circles are on a cliff that is 2090-Z But that doesnt appear to matter.

I am using JassnewgenPack5b or d not sure which, I believe you only require UMSWE to open the map though.

PS: How do I resolve a Thread? My other Post I fixed the Circle of powers.
 
This is something I can't understand... Why can't a user close/mark as solved his own thread so people won't wander in?

Because sadly, most users don't know how to use the tags right.
Also, even if a problem is solved, you can always go in and add to what the person said.
Plus, sometimes, a user might mark his thread as solved while the information given by the users is false.
 
Status
Not open for further replies.
Top