- Joined
- Jul 13, 2022
- Messages
- 5
- Reaction score
- 1
- First Language
- English
- Primarily Uses
- RMMZ
Hello, I want to add an achievement that's given when 10,000 cumulative damage is outputted by actors. To do this, for every attack that is done by an actor, I need to add the damage that was done in that attack to a "totalDamage" variable. How would I receive the damage value of an attack using scripts?