void OnEnable(){
		script = (ExplorationSegment)target;	
	}
 void OnEnable()
 {
     script = (ExplorationSegment)target;
 }