• Check out the results of the Techtree Contest #19!
  • 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 void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

[Trigger] Floating text for one player.

Status
Not open for further replies.
Create the floating text for everyone.
Hide it for everyone.
Use an if(custom script)
"Custom Script: if GetLocalPlayer()==Player(0) then"
Unhide the message
"Custom Script: endif"
P.s. this would show the message only to player 1.
 
Is the custom script really necessary? I mean i did it like this:

hide (last created floating text) for (all players)
show (last created floating text) for (all players matching (owner of (killing unit)) is equal to (matching player))

Wouldn't this work?
Oh, it is for a passive ability that gives bonus gold when killing a unit, and i wanted it to show the bonus bounty besides the normal bounty this way.
 
Be sure not to show both at the same time.
No it is not necessary. That is just what show some text for some player does.
 
Status
Not open for further replies.
Back
Top