Hi!
It is possible to stablish the SKIP CONDITION at the beggining of the code? I only have to check one condition no matter what movement.
Or do I need to declare it before each skip?
Example:
SKIP CONDITION R[2] = 1
J P[2] 50% FINE, Skip, LBL[x]
*******
J P[3] 50% FINE, Skip, LBL[x]
********
Thankyou!!