It is possible to instruct a trajectory to intentionally skip a point, skip the count portion of a point or to perform arbitrary waits. This is controlled by setting various variables in the trajectory namespace:
These variables can be modified, like any other value, during a trajectory. However, before every trajectory they are initialized to a constant starting value representing the default behavior people normally expect (ie. you don't skip any points and no wait occurs). As an example, you could add the following loop to a trajectory to move a motor through a range but only count at every other point:
Range: motorX goes from 20 to 40 in steps of 1
Expression: skipCount: (motorX%2)==1