Reading it over and over i can’t see anything wrong with the script;
function Update(){
if(inVehicle == 1){
inside();
}
}
‘inVehicle’ is changed to 1 and i’ve checked in the inspector and yes ‘inVehicle; changes, and stays at 1 fine but ‘inside’ is only called once and i want it to be called every frame when ‘inVehicle’ is 1… tis’ driving me mad! thanks in advance!