hello everyone
i am using the ability meat wagon and i have this problem when a unit is loaded into a transport with the auto cast ability of meat wagon it does not trigger my trigger here is my trigger does anyone know how to fix this problem and it does not matter how it gets fixed as long as i can load a corpse in a transport.
i am using the ability meat wagon and i have this problem when a unit is loaded into a transport with the auto cast ability of meat wagon it does not trigger my trigger here is my trigger does anyone know how to fix this problem and it does not matter how it gets fixed as long as i can load a corpse in a transport.
-
load food
-
Events
- Unit - A unit Is loaded into a transport
-
Conditions
-
And - All (Conditions) are true
-
Conditions
- ((Transporting unit) is in (Units of type smoke house)) Equal to True
- ((Triggering unit) is in (Units of type deer)) Equal to True
- ((Triggering unit) is dead) Equal to True
-
Conditions
-
And - All (Conditions) are true
-
Actions
- Unit Group - Add (Triggering unit) to deer
- Set reddeer = (reddeer + 1)
- Player - Set Player 1 (Red) Food cap to reddeer
-
Events