I want an enemy to attack 3 people and then self destruct.
The following damage formula works when the scope is 'one enemy'
However, when I change the scope to '3 enemies' it appears to make no difference, only one of the party is damaged.
Can anyone advise what I should do?
Thanks
The following damage formula works when the scope is 'one enemy'
Code:
a.hp-=999; a.atk * 3
Can anyone advise what I should do?
Thanks

