Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: mlake6 on November 22, 2007, 03:01:23 AM

Title: A question about abt
Post by: mlake6 on November 22, 2007, 03:01:23 AM
Is there a way for an event during a battle to check if one's atb is full, and another's is full also? Then if so, be able to use a skill, useing both of 'em, like Chrono trigger?
Thanks
 :firefox:
Title:
Post by: lilsniffs3 on November 22, 2007, 03:08:26 AM
I don't think it's possible without a CBS, but I'm not sure.
Title:
Post by: mlake6 on November 22, 2007, 03:12:08 AM
Quote
Originally posted by lilsniffs3
I don't think it's possible without a CBS, but I'm not sure.

oh, kk ty
Title:
Post by: Ganocide_of_a_Kingdom on November 22, 2007, 04:38:25 AM
I believe that you can achieve this with variables and or switches. And there's an trigger option that says "If hero [name] is able to act" that should be yer trigger option. I do not go into detail because I did not try this and I'm tired. This is just from the top of my head. However, I strongly believe you can develop something like this.
Title:
Post by: mlake6 on November 23, 2007, 08:00:38 PM
Ok, I guess ill try it. Thank you.