Hi
I want to get the location of a car, but so far the code will not do this. Here is the code that does this:
Can anybody see any problems? Thanks
public void atbasecamp(){
int locationy =getY();
int locationx =getX();
int basecamptestlocationX;
basecamptestlocationX=locationx;
int basecamptestlocationy;
basecamptestlocationy=locationy;
if(locationx==6&&locationy==3){
basecampunload();
}
else{
wintester();
}
}

