function OnCollisionEnter (Collision : Collision){
Application.LoadLevel ("Cave");
}
i have it attached to my door but when i walk onto my door (its at an angle) nothing happens except one time it worked, do i have to specify what it is colliding with?