I have this, but when I any unit dies (including enemies) I see +25, but I don't get the gold. Also, I can see other people's +25 when they kill an enemy.
-
Kill Bounty
-
Events
- Unit - A unit Dies
-
Conditions
-
Or - Any (Conditions) are true
-
Conditions
- (Owner of (Triggering unit)) Equal to Player 1 (Red)
- (Owner of (Triggering unit)) Equal to Player 2 (Blue)
- (Owner of (Triggering unit)) Equal to Player 3 (Teal)
- (Owner of (Triggering unit)) Equal to Player 4 (Purple)
-
Conditions
-
Or - Any (Conditions) are true
-
Actions
- Player - Add (Point-value of (Dying unit)) to (Owner of (Killing unit)) Current gold
- Floating Text - Create floating text that reads +25 above (Triggering unit) with Z offset 0.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
- Floating Text - Change the color of (Last created floating text) to (100.00%, 100.00%, 0.00%) with 0.00% transparency
- Floating Text - Hide (Last created floating text) for (All enemies of (Picked player))
- Floating Text - Set the velocity of (Last created floating text) to 64.00 towards 90.00 degrees
- Floating Text - Change (Last created floating text): Disable permanence
- Floating Text - Change the lifespan of (Last created floating text) to 1.50 seconds
- Floating Text - Change the fading age of (Last created floating text) to 1.00 seconds
-
Events