ok, so i THINK what you're saying is that you want to clear the selection when someone selects a creep.
events
player x selects a unit //x represents all players but you'll have to add that
conditions
player-owner of (triggering unit) equal to nuetral hostile
selection - clear selection for (triggering player)
i think this will work, though there might be an issue with the condition.