• 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.

[Trigger] a lil help floating text?

Status
Not open for further replies.
This is my try to make a bounty. I don't want to turn on the bounty flag because the gold awarded is changing, so...
  • bounyty display
    • Events
      • Unit - A unit Dies
    • Conditions
      • And - All (Conditions) are true
        • Conditions
          • ((Dying unit) is A Hero) Equal to True
          • ((Killing unit) is A Hero) Equal to True
    • Actions
      • Floating Text - Create floating text that reads (|c00FFFF00 + (+ + ((String((Player number of (Owner of (Killing unit))))) + |r))) above (Killing unit) with Z offset 0.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
      • Floating Text - Set the velocity of (Last created floating text) to 64.00 towards 90.00 degrees
      • Floating Text - Change the lifespan of (Last created floating text) to 1.00 seconds
      • Floating Text - Create floating text that reads (|c00FFFF00 + (- + ((String((Player number of (Owner of (Killing unit))))) + |r))) above (Dying unit) with Z offset 0.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
      • Floating Text - Set the velocity of (Last created floating text) to 64.00 towards 90.00 degrees
      • Floating Text - Change the lifespan of (Last created floating text) to 1.00 seconds
What am I missing? When the text appears he goes up but does not disappear after 1 second.
 
Status
Not open for further replies.
Top