- Joined
- Jan 15, 2022
- Messages
- 2
Hi people, I'm trying to autoselect the ship that the unit loads into, and to autoselect the unit that unloads. So far I have this, and works for the first part:
Event: unit is loaded into a transport
Actions: add (transporting unit) to selection for (triggering player)
My problem is autoselect the unit that is unloaded. I tried putting If/then/else like "if ((ability being cast) equals to Unload (sea transport) then do (selection - select (loading unit) for (triggering player)) else (do nothing) --- but that won't work.
Can someone pls help? (i'm a noob in triggering)
Event: unit is loaded into a transport
Actions: add (transporting unit) to selection for (triggering player)
My problem is autoselect the unit that is unloaded. I tried putting If/then/else like "if ((ability being cast) equals to Unload (sea transport) then do (selection - select (loading unit) for (triggering player)) else (do nothing) --- but that won't work.
Can someone pls help? (i'm a noob in triggering)