Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Question about ACBS (Atoa Custom Battle System)
#7
I GOT IT!!!!!!!

At the BOTTOM of the system, the READ ME.....

There are script call commands, one 'ENABLES INTRO BATTLE CRIES!!!!!' It's disabled by default!!!??? Like... he couldn't make it a configurable too???

The content is lines 80-81 of the READ ME chapter in the demo which allows INTRO cries... and 84-85 to allow victory cries.

After that, I made THIS little sucker

Code:
Actor_Battle_Cry[1] = {'COLLAPSE' => [['011-System11',80,100]],
                         'INTRO'    => [['007-System07',80,100]],
                         'DEFENSE' => [['007-System07',80,100]]   }
THIS way works.....

When I tried it THIS way....
Code:
Actor_Battle_Cry[1] = {'COLLAPSE' => [['011-System11',80,100]]}
  Actor_Battle_Cry[1] = {'INTRO'    => [['007-System07',80,100]]}
  Actor_Battle_Cry[1] = {'DEFENSE'  => [['007-System07',80,100]]}
.... nope, that way didn't work. But my bad as I was rewriting the value of Actor_Battle_Cry for actor 1 each iteration instead of compiling them into one as I did in the above version.

BUT... I had to activate intro cries in a script call first.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }


Messages In This Thread
RE: Question about ACBS (Atoa Custom Battle System) - by DerVVulfman - 08-07-2019, 05:10 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
   ACBS - Atoa Custom Battle System and TP System zlsl 2 3,719 10-20-2021, 05:09 AM
Last Post: zlsl
   [RMXP] Showing skill gained by leveling up on battle result FrQise 12 10,299 05-07-2021, 02:05 PM
Last Post: FrQise
   Adding face script on Cogwheel's RTAB Battle Status rekkatsu 15 12,833 08-25-2020, 03:09 AM
Last Post: DerVVulfman
   I want to add an Atoa Custom Battle System command cut-in. zlsl 11 11,835 11-11-2019, 08:55 PM
Last Post: DerVVulfman
   YAMI Battle symphony + Holder add on (Loop casting anim) Starmage 0 3,898 03-01-2018, 09:03 AM
Last Post: Starmage
   (RMVXace) Battle error with Tankentai's battle system, help. x( Starmage 0 3,477 02-14-2018, 04:25 PM
Last Post: Starmage
   Atoa Individual Battle Commands Geminil 3 6,159 08-02-2017, 03:17 AM
Last Post: DerVVulfman
  Expiration States with Atoa acbs: error Noctis 5 8,090 02-18-2017, 01:10 AM
Last Post: DerVVulfman
Shocked  Help needed with Atoa's CBS jreagan406 2 5,090 02-16-2017, 12:36 PM
Last Post: jreagan406
   Problems with counteraatack addon of Atoa Custom Battle System Djigit 22 31,382 01-05-2017, 08:05 PM
Last Post: Noctis



Users browsing this thread: