I've create a sample skill the same as the storm bolt
Event:
Unit - A unit starts the effect of an ability
Condition:
(Ability being cast) Equal to Storm Bolt
Action:
Unit - Set life of (target unit of ability being cast) to ((Life of (target unit of ability being cast)) - 100)
I create 4 triggers for each level of my sample storm bolt containing different damage amount of 100/200/300/400, my question is how to create a single trigger containing all 4 effects.
Event:
Unit - A unit starts the effect of an ability
Condition:
(Ability being cast) Equal to Storm Bolt
Action:
Unit - Set life of (target unit of ability being cast) to ((Life of (target unit of ability being cast)) - 100)
I create 4 triggers for each level of my sample storm bolt containing different damage amount of 100/200/300/400, my question is how to create a single trigger containing all 4 effects.