Hi, I'm using this battle system in conjunction with Minkoff's Animated Battlers. Can someone tell me where in the code I need to make an edit to move the actor command window's Y position to be a fixed place as shown in the screenshot below?
I figured out how to keep the X position fixed, but I want to move the window to where the red box is and I dont know where to edit the Y position to get it all the way down.
The only place I can find is the following line of code in the initialize method of the default Scene_Battle class, but changing its value doesn't seem to do anything.
@actor_command_window.y = 160
Also, is it possible to highlight the name of the party member who currently has the action?
I figured out how to keep the X position fixed, but I want to move the window to where the red box is and I dont know where to edit the Y position to get it all the way down.
The only place I can find is the following line of code in the initialize method of the default Scene_Battle class, but changing its value doesn't seem to do anything.
@actor_command_window.y = 160
Also, is it possible to highlight the name of the party member who currently has the action?