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!
Game - Display to (All players) the text: (((Wave + (String(WaveLevel))) + incoming:) + ((String(WaveLevelAmount[WaveLevel])) + ( + (String(WaveUnitType[WaveLevel])))))
This works perfectly just except that the last string that's supposed to be written out just says "custom n00b" and I honestly don't know why since I haven't set ANY variables to that and it should just say the Name of the Unit-Type of the current level. Or isn't it possible to do it this easy?
What are you meaning??
Do you want the footman to have a name, want that string before footman to be its hp, dmg or what? If you only want it to be footman then remove the string in start of footman and just write it....
Maybe this is what you mean (or somethig like that) Correct?
Game - Display to (All players) for 30.00 seconds the text: (This unit is a + (Name of (Triggering unit)))
Game - Display to (All players) the text: (String(WaveUnitType[WaveLevel]))
Where WaveUnitType is an array of the type Unit-Type and WaveLevel is an integer. I've already preset the WaveUnitType to a certain Unit-Type I want to be shown later using this trigger. The Unit-Type already inserted into the WaveUnitType array is a custom unit and therefor it shows the text "custom xxxx" instead of the units acctual name. Anyone know how I can go around this or change the trigger?
RED BARON, that wouldn't work. Since the text is supposed to be written out before the unit would spawn or whatever is going to happen. I just want this trigger to type out what Unit-Type is stored within that variable, and it doesn't work since all I get is "custom xxxx" :/
Hmm ya I see the problem, but didnt know it was so in your map...
Then because I dont have WEU infront of me right now, I can only get this idea: Spawn the next wave units in a not playable room and use name trigger, then move the spawned unit to the waveunits startposition. But a bit complicatet way to do it. But would work.
Else you can always just write it all for each wave.
Meaning, chach condition it is unittype: (the unit type would be the custom blabla, but it would be able to use it as a condition, if true write the name you self wrote fiting the unittype condition. Would be massive amount of if mulitable actions. Forst idea better.
Cant think up something better at this time. Maybe I return with new idea.
Ps. Hope this makes sense.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.