I have 12 objects whose identifiers are numbers from 1 to 12. I want to make another object move over each of them depending on the value of a variable named N, using the .x and .y properties of those object and the move action. How can I use the value of the variable N to build the line MOVE-START (Object='pawn',X='$identifier.x',Y=$identifier.y') making it insert the value of the variable N in place of "identifier"?
I have 12 objects whose identifiers are numbers from 1 to 12. I want to make another object move over each of them depending on the value of a variable named N, using the .x and .y properties of those object and the move action. How can I use the value of the variable N to build the line MOVE-START (Object='pawn',X='$identifier.x',Y=$identifier.y') making it insert the value of the variable N in place of "identifier"?