- Joined
- Sep 11, 2016
- Messages
- 10
Hello!
I want to add movement speed to a unit that initially starts with 0 when there are units in the cargo (basically piloting vehicles).
The issue is if the unit initially starts with 0 movement it can't have any movement added through abilities or triggers (I have already tried using the Item Movespeed as well). I'm wondering if anyone might know an elegant way of accomplishing this?
Here is a quick trigger I have set:
Please provide any assistance you can! Thank you!
I want to add movement speed to a unit that initially starts with 0 when there are units in the cargo (basically piloting vehicles).
The issue is if the unit initially starts with 0 movement it can't have any movement added through abilities or triggers (I have already tried using the Item Movespeed as well). I'm wondering if anyone might know an elegant way of accomplishing this?
Here is a quick trigger I have set:
-
Human Catapult Load
-
Events
-
Game - CargoEvent becomes Equal to 1.00
-
-
Conditions
-
(Unit-type of CargoTransportUnit[UDex]) Equal to Catapult
-
-
Actions
-
Unit - Set CargoTransportUnit[UDex] movement speed to ((Current movement speed of CargoTransportUnit[UDex]) + 60.00)
-
-
Please provide any assistance you can! Thank you!