hi KoniaX
ok to make a unit to a move use:
switchmove
or
playmove
so to make him to push ups use
unitname switchmove "FXStandToDip"
you might need want to make in a loop so that they dont stand back up
#loop
unitname switchmove "FXStandToDip"
~5
goto "loop"
exit
hope this helps
cheers, Philly