You have to change accordingly the battler configuration. You'll find it within the
SBS Battler Configuration in the script editor. It looks like this:
CODE
"STANDBY_POSE" => [ 1, 0, 15, 0, 0, -1, 0, true, "" ],
"STAND_POSE" => [ 1, 0, 10, 2, 0, 1, 0, true, "" ],
"FACE_RIGHT_POSE" => [ 0, 2, 10, 1, 2, 1, 0, true, "" ],
"HURT_POSE" => [ 0, 2, 10, 1, 2, 1, 0, true, "" ],
"DEAD_POSE" => [ 2, 3, 10, 1, 8, 0, 0, true, "" ],
And so on...
What you need to edit is SKILL_POSE somewhere in that. You ought to read the instructions and the readme file carefully because it's complicated.
Also please don't double post. Edit your post rather.