[RESOLVED] Command box

Started by jcsnider, January 30, 2008, 04:39:43 pm

Previous topic - Next topic

jcsnider

January 30, 2008, 04:39:43 pm Last Edit: July 25, 2008, 04:15:49 pm by Blizzard
Can someone tell me what to edit or what to add to a script or w/e to make the command box wth the fight/skills/guard/ and item to move to the bottom right of the battle screen?
Thanks

Nortos

line 30 and 31 of Scene_Battle 1 
it says
    @actor_command_window.y = 160


change the 160 to a height you like and than go to Scene_Battle 3 line 81 and change
    @actor_command_window.x = @actor_index * 160


to a number you like the @actor_index * 160 means it'll add another 160 to the x for each member so to keep it in one spot deleted the @actor_index *