For example, let's take the animation Acts_UnconsciousStandUp_part1 with duration 43.859 sec, duration time value can get from Splendid Animation Viewer
I would like to play this animation starting at 30 seconds
- duration: Number - The animation starts from this time and not from the beginning
player switchMove ["Acts_UnconsciousStandUp_part1", 30]
And it will be a good ability to freeze a unit in this animation with the selected starting animation time
- freeze: Boolean - false (default) animation will start play from the selected time. True for freeze unit in animation at selected time
player switchMove ["Acts_UnconsciousStandUp_part1", [30, true]]