@THEKVN : Yes. I did some testing with the NetCoreBot and I scouted without any problems.
Your code looks correct. Are you sure the ID you supply is indeed a scout tower? If the tower is far away it will take some ticks for your slave worker to reach it. In the starter-bot DotNet code, the code builds a list of actions that it returns to be executed. Can you see in SH Console that your command was executed?
@kuifie : Thanks so much! Needed someone to confirm its working.
I took your advise and looked at the SH Console and saw even tho I was returning an action it wasn’t sending it to the runner so it basically never happened.