- Joined
- May 11, 2012
- Messages
- 2,103
hello hivers, I need someone to tell me how can I make the +50 text appears only for owner of killing unit
-
Merciless Gold
-
Events
- Unit - A unit Dies
-
Conditions
- (Unit-type of (Dying unit)) Equal to Merciless
-
Or - Any (Conditions) are true
-
Conditions
- (Owner of (Killing unit)) Equal to Player 1 (Red)
- (Owner of (Killing unit)) Equal to Player 2 (Blue)
- (Owner of (Killing unit)) Equal to Player 3 (Teal)
- (Owner of (Killing unit)) Equal to Player 4 (Purple)
- (Owner of (Killing unit)) Equal to Player 5 (Yellow)
- (Owner of (Killing unit)) Equal to Player 6 (Orange)
- (Owner of (Killing unit)) Equal to Player 7 (Green)
- (Owner of (Killing unit)) Equal to Player 8 (Pink)
-
Conditions
-
Actions
- Floating Text - Create floating text that reads +50 above (Dying unit) with Z offset 0.00, using font size 10.00, color (100.00%, 80.00%, 7.00%), and 0.00% transparency
- 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 0.75 seconds
- Player - Add 50 to (Owner of (Killing unit)) Current gold
-
Events