I know how to make it so that two players control ALL units.
Player - Make player 1 and player 2 treat each other as Ally With Shared Vision And Control
But what if I want them to share only one unit but have everything else separate? I've looked through all the Unit triggers and the closest I found was the following, but it only allows one owner.
Unit - Change ownership of (Triggering unit) to player 1 and Change Color
Does anyone know how to set multiple owners of a single unit? I even tried with the above trigger but I think it's limited to picking a single player.
I know how to make it so that two players control ALL units.
Player - Make player 1 and player 2 treat each other as Ally With Shared Vision And Control
But what if I want them to share only one unit but have everything else separate? I've looked through all the Unit triggers and the closest I found was the following, but it only allows one owner.
Unit - Change ownership of (Triggering unit) to player 1 and Change Color
Does anyone know how to set multiple owners of a single unit? I even tried with the above trigger but I think it's limited to picking a single player.
Even if there isn't one just get someone to make you up a trigger wrapped in gui.
The only way I could think of is giving all shared units to a third player, then let them treat each other as allies with shared vision and control.
Galaxy won't help you there, too. The ownership trigger is indeed limited to a single player.
Unit owner is limited to only one. Even with shared control, using "owner of unit" will still return its original owner. (function can only return one value).
s3rius's method is the best atm. If we use unit is selected, 2 player still cant control it at the same time.
I know how to make it so that two players control ALL units.
Player - Make player 1 and player 2 treat each other as Ally With Shared Vision And Control
But what if I want them to share only one unit but have everything else separate? I've looked through all the Unit triggers and the closest I found was the following, but it only allows one owner.
Unit - Change ownership of (Triggering unit) to player 1 and Change Color
Does anyone know how to set multiple owners of a single unit? I even tried with the above trigger but I think it's limited to picking a single player.
Even if there isn't one just get someone to make you up a trigger wrapped in gui.
The only way I could think of is giving all shared units to a third player, then let them treat each other as allies with shared vision and control.
Galaxy won't help you there, too. The ownership trigger is indeed limited to a single player.
Maybe try triggering unit selection, so if player selects unit, it goes to him? It's limited, but should work for some purposes.
Unit owner is limited to only one. Even with shared control, using "owner of unit" will still return its original owner. (function can only return one value). s3rius's method is the best atm. If we use unit is selected, 2 player still cant control it at the same time.
s3rius you're a genius! I should have thought of that. Thank you! And thank you everyone else also for responding with suggestions and thoughts.