Windwalking 18 Posted August 16, 2013 I need to find all units that are of type man in a radius around the player. I am trying nearestObjects(["Man"], 500) but for some reason it returns nothing all the time. Any idea what am I doing wrong? Share this post Link to post Share on other sites
kylania 568 Posted August 16, 2013 Those need to be brackets not parentheses: _myFriends = nearestObjects[color="#FF0000"][[/color]player, ["Man"], 500[color="#FF0000"]][/color]; Share this post Link to post Share on other sites