04-12-2011, 04:06 AM
I'm not the most savvy with scripting, but I know at least this much.
Who's Battle System are using? There should be a line in the Window_BattleStatus of the Battle System that say's something similar to @actor_command_window.y = # or @actor_battler_window.y = #.
If you play with these numbers a little I'm sure you can figure it out. Typically the higher the number the further down the window will go. 0,0 is at the top leftmost corner and windows typically use the top leftmost corner of the window to guide where it goes.
So your Command window looks like it's something like: (0,320) where x is 0 and y is 320.
Help at all? I'm not very good at explaining things.
Damn.... beaten to the punch.
Who's Battle System are using? There should be a line in the Window_BattleStatus of the Battle System that say's something similar to @actor_command_window.y = # or @actor_battler_window.y = #.
If you play with these numbers a little I'm sure you can figure it out. Typically the higher the number the further down the window will go. 0,0 is at the top leftmost corner and windows typically use the top leftmost corner of the window to guide where it goes.
So your Command window looks like it's something like: (0,320) where x is 0 and y is 320.
Help at all? I'm not very good at explaining things.
Damn.... beaten to the punch.