07-27-2014, 07:54 PM
You are so correct on the issue of SCREENCENTER not being reset or voided out. I took a look just now and ran a couple tests and found where to make a bit of surgery to the system.
If you go to line 782 of "ACBS | Scene Battle 4" (just a little higher than you looked), you will see this line of code:
Replace it with:
And your problem with the center action system not being reset will be solved.
If you go to line 782 of "ACBS | Scene Battle 4" (just a little higher than you looked), you will see this line of code:
Code:
battler.movement = battler.step_foward = battler.action_all = false
Code:
battler.movement = battler.step_foward = battler.action_center = battler.action_all = false