I need a help with something. When a enemy receive damage from one skill, he'll receive damage from another skill.
I tried this using common events, but the game crashes.
On the common event I use a call script:
$BlizzABS.enemy_force_action(@SELF, ENEMIES, @SELF, SKILL, 11)
Can anyone help me??