View Single Post
Old
CaptainLizard
Junior Member
 
Status: Offline
Posts: 11
Join Date: Aug 2012
Default 11-26-2012, 10:09 AM

Well, I've seemed to have found a solution on my own. the problem was I was using "or" instead of "and." For example, I had "If either distance1 < distance2 or distance1 < distance3, or both" when I should've had "If distance1 < distance2 and distance1 < distance3." Makes a world of a difference.
   
Reply With Quote