Select unit in TBS game

Hi,
We have a TBS game in development and we have some issue to resolve for our alpha demo.
If anybody can help, will be greatly appreciated.

  1. We need a function to select a unit in the lvl at the beginning of the game. The unit is a character blueprint and has the tag “Tina”.
  2. The exit button command doesn’t work for any value of get player controller from 0 to 12 (we have 5 humans and 7 alien units in the lvl). Execute console command doesn’t work either.

  1. We need also a function to circle thru 1 to 7 spotted aliens and center the screen on each of them. The macro on the right does the center. The current function version works with that random generator, which is not ideal.