Hi guys,
i've a question. There is a way for change Home Position Y (battle engine core, yanfly) during the game, with a call script?
This is the base formula in plugin manager:
screenHeight - statusHeight - maxSize * 48 + (index+1) * 48 - 32.
For example, if i have only one actor, during a specific moment, i cannot permit that the player remain in the top of the screen, and not centered...
Because if i set a hight distance between actors, the first actor remain in an upper area of the screen, if i change party from 4 to 1.
If they are 4, it's ok. the first actor can remain in the upper zone.
But if it's one, it's ugly
Do you know a solution?