turf
Click()
for(var/mob/Unit/M in world)
if(M.owned==usr)
if(M.selected==1)
walk_to(M,src,2)
..()
Problem description:
The code above seems right to me, Making a Selected Soldier move to the Turf Clicked.
But it doesn't, Any idea why? I'm tired right now so I'm probably just overlooking something.
I would probably do it as follows: