-
Trigger
-
Events
-
Unit - A unit Dies
-
-
Conditions
-
Actions
-
Set TempPG = (All allies of (Owner of (Killing unit)))
-
Player Group - Pick every player in KillingBlowAllies and do (Actions)
-
Loop - Actions
-
Set TempUG = (Units owned by (Picked player) matching (((Matching unit) is A Hero) Equal to True))
-
Unit Group - Pick every unit in U1GTemp and do (Actions)
-
Loop - Actions
-
Hero - Add 25 experience to (Picked unit), Show level-up graphics
-
-
-
Custom script: call DestroyGroup(udg_TempUG)
-
-
-
Custom script: call DestroyForce(udg_TempPG)
-
-