- Joined
- Sep 22, 2012
- Messages
- 90
does this leak? what does explode do?
-
getGOLD
-
Events
- Unit - A unit Is attacked
-
Conditions
- (Unit-type of (Attacking unit)) Equal to _SCORES
-
Actions
- Set skillset_unit = (Attacking unit)
- Set gold_tempunit = (Attacked unit)
- Unit - Kill skillset_unit
- Unit - Make skillset_unit Explode on death
- Player - Add 1 to (Owner of gold_tempunit) Current gold
- Custom script: set udg_gold_tempunit = null
- Custom script: set udg_skillset_unit = null
-
Events