Red "selected player" when it's fine

It shouldn’t be red because I have a player loop that this is inside of

1 Like

try to change the for all players in (human players) to:

for all units in ( all units in the game )
if (( ( owner of ( selected unit ) ) is controlled by a human )) == (true)
do the thing that u want to do

here

My script works correctly. It’s modd io that’s bugging not my script not working

Adding to the Trello! :slight_smile:

1 Like