I know how to change unit ownership when a different unit enters a region, but I don't know how to make it so if any unit owned by a specific player enters a region then the chosen units owned by a different player change ownership. Please give ma an example or something that could help me.
I know how to change unit ownership when a different unit enters a region, but I don't know how to make it so if any unit owned by a specific player enters a region then the chosen units owned by a different player change ownership. Please give ma an example or something that could help me.
Umm
@SouLCarveRR: Go
YEAH BUT I WANT IT TO BE ANY UNIT OWNED BY A SPECIFIC PLAYER LIKE SAY: any unit owned by player 1 enters region. I haven't seen anything like that.
umm... that trigger right there would work for any unit owned by any player.....
if you want a specific player you add
this would make it only work for player one...
this would make it work for any player other then player 1
@SouLCarveRR: Go
thank you so much I will try this.
@benmenftw: Go
Does this work: (Owner of (triggering unit)) == 1
will it make it so only if player 1 enters the region the chosen units change ownership/ I will see.
@benmenftw: Go
It worked I can not thank you enough!
Generally any time you do Owner of triggering unit ... you can just use triggering player as well..... In most cases they should be the same thing
On a Unit enter region event .... triggering player will always be the Owner of triggering Unit