A newbie question here....
If a player has multiple units, how do I switch control to another unit? It seems like this should not be too hard, but I am having no luck figuring it out. Using a Boolean instance variable to control which one is active and then trying to select on that with a condition is how I have tried it, but this isn't working. Is there a good tutorial that goes into this in some depth?