- Joined
- Aug 19, 2007
- Messages
- 294
A fast question...Will this trigger leak?
-
Hero Die
-
Events
- Unit - A unit Dies
-
Conditions
- ((Triggering unit) is A Hero) Equal to True
-
Actions
- Set PlayerGroup = (Player group((Owner of (Triggering unit))))
- Game - Display to PlayerGroup the text: Your Hero will be r...
- Custom script: call DestroyForce(udg_PlayerGroup)
-
Events