I want to have an audio clip activated when I get within a certain range, but I have no idea whether that takes a custom script or if I can do it with out a script.
The simplest way would be to create a Sphere Collider around the object with the radius being the distance that you wanted it activated at. Set it to a trigger, and then put your code for firing the audio event within the OnTriggerEnter code block.