dim light as actor moves away

I have a scene that as the characters from a light source I want the range of the light source to shrink to darkness, as he get closer it gets brighter, is this possible?

Yes, you compute the distance from the character’s position to the light’s position and adjust the light’s brightness accordingly. http://unity3d.com/support/documentation/ScriptReference/Light-intensity.html