K
ketchupking
Guest
How do I give control of a single specific hero to multiple players? The players that require control of it are all allies. I also need to do the same thing to a building.
Untitled Trigger 001
Events
Player - Player 1 (Red) Selects a unit
Player - Player 2 (Blue) Selects a unit
Player - Player 3 (Teal) Selects a unit
Ect
Conditions
(Unit-type of (Triggering unit)) Not equal to Paladin
Actions
Selection - Remove (Triggering unit) from selection
There is no such function as (selected unit), you must use triggering unit.1. wouldn't u use (selected unit)?
It would be pretty much instant, so the player wouldn't be able to use the unit.2. yeah, that should work pretty well. there's still a fraction of a second after you select it while it processes the trigger where the unit COULD use the unit, but that's acceptable