Well why not just set your activity skill to the name of the animation which should be played?
Code:

my.activity = "stand";
//or:
my.activity = "walk";


Yes, this is possible.