[Trigger] Shared bounty

Status
Not open for further replies.

Pancako

P

Pancako

Hello I need a system which makes the bounty system shared for all players.
For example player red kills a unit and the rest of the team should gain the same amount of bounty he got from that kill.
I searched around the internet and didn't really find anything except for jass (which i dont know how to use)

So is there a simple system to do this?
 
Well my bounty system is basically

JASS:
Bounty
    Events
        Time - Elapsed game time is 5.00 seconds
    Conditions
    Actions
        Player - Turn Gives bounty On for Player 12 (Brown)
        Player - Turn Gives bounty On for Player 1 (Red)
        Player - Turn Gives bounty On for Player 2 (Blue)
        Player - Turn Gives bounty On for Player 3 (Teal)
        Player - Turn Gives bounty On for Player 4 (Purple)
 
Status
Not open for further replies.
Back
Top