B
BlackAlpha
Guest
I got an integer array for the kill score on my multiboard and I want to use it in some conditions in a trigger but for some reason it's not working right, I think. I want the trigger to activate for the player with the lowest kill score. So I made this for player red:
Event
Unit - A unit dies
Condition
And - All (Conditions) are true
- KillScore[((Player number of Player 1 (Red))] Less then KillScore[((Player number of Player 2 (Blue))]
- Same thing but instead of blue I used teal, purple, yellow and orange.
- (Player 1 (Red) slot status) Equal to is playing
Actions
Some actions and messages.
I've been trying to figure out how to make it work for the last 4 hours but nothing worked...
Event
Unit - A unit dies
Condition
And - All (Conditions) are true
- KillScore[((Player number of Player 1 (Red))] Less then KillScore[((Player number of Player 2 (Blue))]
- Same thing but instead of blue I used teal, purple, yellow and orange.
- (Player 1 (Red) slot status) Equal to is playing
Actions
Some actions and messages.
I've been trying to figure out how to make it work for the last 4 hours but nothing worked...


