Trigger |
Players: |
¤ Player 7 |
Conditions: |
¤ Deaths(CurrentPlayer, Exactly, 0, Alan Schezar Goliath); |
Actions: |
¤ SetDeaths(CurrentPlayer, SetTo, 1, Alan Schezar Goliath); |
¤ Wait(76000); |
¤ PreserveTrigger(); |
¤ Comment("Song"); |
Trigger |
Players: |
¤ Player 1 |
¤ Player 2 |
¤ Player 3 |
¤ Player 4 |
¤ Player 5 |
¤ Player 6 |
Conditions: |
¤ Deaths(P7, Exactly, 1, Alan Schezar Goliath); |
Actions: |
¤ PlayWAV("Song"); |
¤ SetDeaths(P7, SetTo, 0, Alan Schezar Goliath); |
¤ PreserveTrigger(); |
¤ Comment("Song"); |