More than a script request I have more like a doubt on how a default part of the program works.
While on battle, you first watch the party command window, which is on the left while the actor stats window are on the right.
After selecting "Fight", the party command window closes and a new one appears on the right (actor command), moving the actor stats window to the left.
And finally after selecting all actions, the actor stats window centers itself, while the actor command window disappears.
My doubt is, which lines in the default code make this?
I want to know this. because I want to implement another battle hud, but it stays static to where I initially place it.
I already have the command window part covered, they do move where I want and disappear at my will too. I only want to know how to move my battle hud.
Thank You In Advance~
EDIT:
Thinking of it, I should've named the topic "Actor Status Window Doubt (Default)"