If your system's battle attend actor's number > 4,
then, set by plugin command.
This plugin also assumes the use of diffrent (from specified) size
SV actor graphics.
[Plugin Command]
SVActorPosition arg0 arg1 arg2
arg0 must be the number > 0 and < 100.
arg1 must be 'X' or 'Y'.
arg2 must be the value or formula of coordinate position.
If you use formula, never use white space in the formula.
ex.
SVActorPosition 1 X 640 # set sideview actor 1's X position 640.
SVActorPosition 4 Y 472 # set sideview actor 4's Y position 472.
You can also be able to following notation:
SVActorPosition 2 X $gameVariables.value(20)
SVActorPosition 3 Y 320+48*2 # you shouldn't use white space in formula.
SVActorPosition 5 X 640 # if your system attends >4 actors at battle.