• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

[General] Selection of unloading

Status
Not open for further replies.
Level 1
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)
 
I'm trying to autoselect the ship that the unit loads into
the game does this automatically
and to autoselect the unit that unloads
this is tricky. AFAIK there is no simple way to detect this. Bribe created a library that adds an easy way to do this though, check it out:

 
Great, thanks
the game does this automatically

this is tricky. AFAIK there is no simple way to detect this. Bribe created a library that adds an easy way to do this though, check it out:

thank you!
 
Status
Not open for further replies.
Back
Top