It did. The effect only deals damage, it does not play animation, create missiles, or anything else. Try it again and you will see that the unit is indeed damaged (assuming the trigger is bug-free).
I'm sorry, but you'll have to make a new unit. That or you can overlap the unit's name with a black image and put a dialog item label in place of the old unit's name, but that would probably look like shitt, especially for people with different resolutions.
It's much more advanced then that. You obviously want there to be tracelines on the projectiles and when they hit something, like a doodad, for damage to register.
Use a boolean type.
Say there's button X and button Y.
When X or Y is clicked, create a condition that checks to see that the boolean value is false. When the button is clicked, simply make it true.
Unit Group - Pick each unit in (Any units in (Entire map) owned by player Any Player matching Required: Structure, with at most Any Amount) and do (Actions)
Actions
Variable - Set X = (X + 1)
0
Please post the code; I have not yet worked with leaderboards, but the problem should be easy to spot there.
0
Take a look at Starjeweled, they have a great example of a unique ui.
0
0
Create a Player_Name[16] string variable. Pick each player in all players and do actions Set Player_Name[# of picked player] = Name of picked player.
Then, do another loop that instead has this condition: Player_Name[# of picked player] = obliviron
0
@doite: Go
It did. The effect only deals damage, it does not play animation, create missiles, or anything else. Try it again and you will see that the unit is indeed damaged (assuming the trigger is bug-free).
0
It could.. If the error was different. Post the trigger the error is on, and i'll tell you what's causing it.
0
You have a variable, say X[5]. What you are doing is trying to call X[6]. Most likely, one of the loops goes past the array.
0
I'm sorry, but you'll have to make a new unit. That or you can overlap the unit's name with a black image and put a dialog item label in place of the old unit's name, but that would probably look like shitt, especially for people with different resolutions.
0
0
0
0
0
0
0