We currently have a few commands to detect objects in radius:
"nearEntities"
"nearestObjects"
"nearestTerrainObjects"
however to get Simple Objects in radius, we need to execute something like
_list = (allSimpleObjects []) inAreaArray [<pos>,<radius>...]
or
_list = (nearestObjects [<pos>,[]]) select {isSimpleObject _x}