- Joined
- May 8, 2016
- Messages
- 112
-
Dead P1
-
Events
-
Unit - A unit owned by Player 1 (Red) Dies
-
-
Conditions
-
((Dying unit) is A Hero) Equal to True
-
-
Actions
-
Set Lives[1] = (Lives[1] - 1)
-
-
-
Dead Global
-
Events
-
Unit - A unit Dies
-
-
Conditions
-
((Dying unit) is A Hero) Equal to True
-
Lives[(Player number of (Owner of (Dying unit)))] Equal to 0
-
-
Actions
-
Game - Defeat (Owner of (Dying unit)) with the message: Defeat!
-
Unit - Remove (Dying unit) from the game
-
-
But how can i make to the last one win? All are defeated but the last one still in game alone without any "GG WP"...
Give me step by step with BBCode please (Example: You must create an XXXXXX and add an YYYYY to do ......... etc)