RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Can battle events be triggered by battle commands?

0 Members and 1 Guest are viewing this topic.

*
Rep: +0/-0Level 83
Here's something that I was able to easily do using RPG Maker 2003, but I can't figure out in RPG Maker VX...

In RPG Maker 2003, battle events could be triggered when a certain character performs a certain battle command...

For example,
when Hero A performs the Attack command, then variable 0001 increases by 1...
when Hero A performs the Guard command, then variable 0002 increases by 1...
when Hero B performs the Attack command, then variable 0003 increases by 1...
when Hero B performs the Guard command, then variable 0004 increases by 1...
and so on...

But unfortunately, in RPG Maker VX, the battle event triggers have been limited to "Turn No." and "HP%" conditions.

The "battle command" trigger for battle events has been removed in RPG Maker VX.

Preferably, I'd like the battle event to be triggered when the hero performs the action, not as soon as the player inputs the command.

I'm guessing that this simple problem can be solved using scripts...

Who can help?  ???

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
It can certainly be done, but it might be a little awkward to work into the DBS. I will look into it maybe in the future, but probably not for quite some time. Please remind me a week from now and hopefully my To Do list will be a little less intimidating.

*
Rep: +0/-0Level 83
Thanks for replying.
Battles could be made much more interesting if this problem could be solved.