- Joined
- Oct 27, 2015
- Messages
- 26
- Reaction score
- 2
- First Language
- Portuguese
I'm having trouble understanding how this script call works.
$gameTroop.members()[enemyIndex].startAnimation(animationId, true/false, delayN);
I want to make it so that the animation is played on the user of the turn.
Considering there's a different one for $gameTroop and $gameParty, do I have to create a different one for enemies and characters?
Is there a way to target the user?
Another thing that I can't find is how to add a message to the Battle Log, does anyone knows that?
$gameTroop.members()[enemyIndex].startAnimation(animationId, true/false, delayN);
I want to make it so that the animation is played on the user of the turn.
Considering there's a different one for $gameTroop and $gameParty, do I have to create a different one for enemies and characters?
Is there a way to target the user?
Another thing that I can't find is how to add a message to the Battle Log, does anyone knows that?

