- Joined
- Sep 14, 2013
- Messages
- 54
- Reaction score
- 0
- First Language
- English
- Primarily Uses
- RMMV
Hi!
How do i make a skill display a different message under conditions
I have a skill that only drains the MP of a certain enemy, otherwise it does damage. So I want the message displayed on usage too say the MP was drained.
My skill is a skill with the following formula.
if b.enemy_id == 53; b.mp -= 1; d=0; else; d=7; end; d
Thanks!
How do i make a skill display a different message under conditions
I have a skill that only drains the MP of a certain enemy, otherwise it does damage. So I want the message displayed on usage too say the MP was drained.
My skill is a skill with the following formula.
if b.enemy_id == 53; b.mp -= 1; d=0; else; d=7; end; d
Thanks!
