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 = falseCode:
battler.movement = battler.step_foward = battler.action_center = battler.action_all = false
![[Image: QrnbKlx.jpg]](https://i.imgur.com/QrnbKlx.jpg)
![[Image: sGz1ErF.png]](https://i.imgur.com/sGz1ErF.png)
![[Image: liM4ikn.png]](https://i.imgur.com/liM4ikn.png)
![[Image: fdzKgZA.png]](https://i.imgur.com/fdzKgZA.png)
![[Image: sj0H81z.png]](https://i.imgur.com/sj0H81z.png)
![[Image: QL7oRau.png]](https://i.imgur.com/QL7oRau.png)
![[Image: uSqjY09.png]](https://i.imgur.com/uSqjY09.png)
![[Image: GAA3qE9.png]](https://i.imgur.com/GAA3qE9.png)
![[Image: 2Hmnx1G.png]](https://i.imgur.com/2Hmnx1G.png)
![[Image: BwtNdKw.png%5B]](https://i.imgur.com/BwtNdKw.png%5B)