you probably want "follow unit group with camera"
when you select it, it should say "follow for player 1 (Last Created Units) with the camera and clear current target"
change "Last Created units" to "Convert unit to unit group"
and then put your unit in there
then change "clear current target" to "Keep current target"
Is it possible to open a hero inventory page with triggers?
I'm not even sure how opening/closing the inventory page works, because as far as I can tell it isn't opened with an ability (there is no execute action under ability commands for the ability).
But under ability info for the ability, it links a button and inventory page to the ability, but I can't find anyway to control any of this with triggers.
@PBobbert: Go
before the first loop you have run a pick each integer loop from 1 to (number of start locations)
then set your spawn location to spawn(picked integer),
I hope thats what you wanted, and I think it should work, good luck.
I want to get the damage from a units weapon, or ability so I can display it in a dialog, but I can't figure out how you could get the damage from a weapons effect, let alone what weapon the unit is using.
0
@StedNark: Go
cant... figure... it... out...
0
you probably want "follow unit group with camera" when you select it, it should say "follow for player 1 (Last Created Units) with the camera and clear current target" change "Last Created units" to "Convert unit to unit group" and then put your unit in there then change "clear current target" to "Keep current target"
0
Is it possible to open a hero inventory page with triggers? I'm not even sure how opening/closing the inventory page works, because as far as I can tell it isn't opened with an ability (there is no execute action under ability commands for the ability).
But under ability info for the ability, it links a button and inventory page to the ability, but I can't find anyway to control any of this with triggers.
0
@PBobbert: Go before the first loop you have run a pick each integer loop from 1 to (number of start locations) then set your spawn location to spawn(picked integer),
I hope thats what you wanted, and I think it should work, good luck.
0
I want to get the damage from a units weapon, or ability so I can display it in a dialog, but I can't figure out how you could get the damage from a weapons effect, let alone what weapon the unit is using.
Hoping someone has an idea, thanks.