- Joined
- Sep 11, 2016
- Messages
- 11
Hello!
I have a Turtle that can load up to 4 Murguls based on the Battle Stations as it's load command and Stand Down as it's unload command.
With each Murgul that is loaded I have a trigger that will reduce it's speed by 30 and it is working perfectly whether they climb in using a simple right-click or all 4 pile in using the Turtle Up(Battle Stations) command.
However, when unloading it only seems to work if the Murguls right-clicked to enter the Caravan. If the Turtle Up command was used, unloading the Murguls will not return the speed of the Caravan.
I'd really appreciate any assistance!
I have a Turtle that can load up to 4 Murguls based on the Battle Stations as it's load command and Stand Down as it's unload command.
With each Murgul that is loaded I have a trigger that will reduce it's speed by 30 and it is working perfectly whether they climb in using a simple right-click or all 4 pile in using the Turtle Up(Battle Stations) command.
However, when unloading it only seems to work if the Murguls right-clicked to enter the Caravan. If the Turtle Up command was used, unloading the Murguls will not return the speed of the Caravan.
-
TurtleCargo Unload
-

Events
-


Unit - A unit Is issued an order targeting an object
-
-

Conditions
-


(Unit-type of (Ordered unit)) Equal to |cff32cd32Enslaved|r Caravan Turtle
-
-

Actions
-


If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-



If - Conditions
-




(Issued order) Equal to (Order(unload))
-
-



Then - Actions
-




Set TurtleSpeed = (TurtleSpeed + 30.00)
-




Unit - Set (Ordered unit) movement speed to TurtleSpeed
-
-



Else - Actions
-




If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-





If - Conditions
-






Or - Any (Conditions) are true
-







Conditions
-








(Issued order) Equal to (Order(unloadall))
-








(Issued order) Equal to (Order(unloadallinstant))
-
-
-
-





Then - Actions
-






Unit - Set (Ordered unit) movement speed to (Default movement speed of (Ordered unit))
-
-





Else - Actions
-






Do nothing
-
-
-
-
-
-
I'd really appreciate any assistance!






