Hi,
Trying to use the new inline functions but they seem to be buggy.
This returns -75.00
calc(FOVnow,roundval(view.fov,2));
calc(var.Result,0 - FOVnow);
This Returns 075.00
calc(var.Result,0+roundval(view.fov,2));
This Returns NaN
calc(var.Result,0 - roundval(view.fov,2));