H
HoboJoe_5
Guest
This trigger won't work for player 1 and it works for all other players. All the triggers for the other players are the same just with the correct player filled in.
Now heres the funny part the message displays put the hero doesn't revive.
Code:
Revive
Events
Unit - A unit Dies
Conditions
(Owner of (Triggering unit)) Equal to Player 1 (Red)
Hero_revives Less than 10
((Triggering unit) is A Hero) Equal to True
Actions
Set Hero_revives = (Hero_revives + 1)
Hero - Instantly revive (Dying unit) at (Position of Base 0011 <gen>), Show revival graphics
Game - Display to Player Group - Player 1 (Red) for 10.00 seconds the text: (You have been killed, you have used + ((String((Player number of (Triggering player)))) + lives.))


