- Joined
- Sep 26, 2009
- Messages
- 441
How do u make it when a person is defeated they can choose to come observer on defeat and I mean always not just when you set up the option. Keep in mind that the person only is defeated when their hero dies not as easy as it sounds look:
-
heroes defeat
-
Events
-
Unit - A unit Dies
-
-
Conditions
-
((((Triggering unit) is A Hero) Equal to True) and ((Owner of (Triggering unit)) Equal to Player 1 (Red))) or ((((Triggering unit) is A Hero) Equal to True) and (((Triggering unit) belongs to an ally of Player 1 (Red)) Equal to True))
-
-
Actions
-
Game - Defeat (Owner of (Triggering unit)) with the message: Your fight to bring...
-
-