hello, i am a little confused with "lastmove". will it automatically record from point A to point D all the coordinates {[pointAx,pointAy],[pointBx,pointBy],...,[pointDx,pointDy]} or only the last one {[pointDx,pointDy]}? i am making a trap script and i read with the other trap scripts out there that to check if a token crossed a trap you need to check all the in-between steps the token did and to do that you use the lastmove... thank you!