- Joined
- Jun 22, 2012
- Messages
- 130
- Reaction score
- 10
- First Language
- Spanish
- Primarily Uses
Hello! I want to know if its possible to add an effect in battle when you receive MP damage.
For example I found that line in Game_Actor wich I think it's the effects that occurs when you receive HP damage:
But I don't know how to apply a similar effect when you recive MP damage.
Thanks in advance!
For example I found that line in Game_Actor wich I think it's the effects that occurs when you receive HP damage:
Code:
def perform_damage_effect
$game_troop.screen.start_shake(5, 5, 10)
@sprite_effect_type = :blink
Sound.play_actor_damage
end
Thanks in advance!

