I was making an script, and i used FindObjTPA but i wanted to set ColorToleranceSpeed at 3(aka XYZ) but i cant use it...
fixedSCAR Code:if not (cts >= 0) and (cts <= 2) then
cts := 1; // Standard.
SCAR Code:if not (cts >= 0) and (cts <= 3) then
cts := 1; // Standard.
