about Motion File

merge motion files

do 'cat'. That's all.

 cat motion1.mtr motion2.mtr > mergedMotion.mtr

The header given by a motion editor is necessary for merge processing. That begin 'ALX1'.

wait command

There is a command to adjust a timing.

Begin a line in "WAIT" with no space. And appoint waiting time by milli-second in same line.

ex.) wait 3sec is
 WAIT3000
 WAIT 3000
both pattern is OK.

You can put it anywhere, but the sum total in the motion is wait time.