If you can't even use a leader board then I'd suggest changing your skill level.
To display leader board you use the action display leader board, it'll show the little score board in the corner. You decide what type of points or number that the leader board will show, from kills, to deaths, to a custom score that is completely seperate from the game and can only be modified by triggers.
TO change scores shown by a leaderboard you use teh action Set Score, from their you can add,subtract, or set a specific score and change it in any way.
To get like 2 points on the leaderboard for killing a unit than that's with converting kills to some other variable. The simplest (in my opinion) yet not perfect way is this:
| Trigger |
| Description: |
| kills to something |
|
| Conditions: |
| ¤ Current player accumulates at least 1 kill score. |
| Actions: |
¤ Set kill score for current player to 0
|
¤ Add 2 custom for current player
|
| ¤ Preserve trigger. |
YOu do it based on kill score, subtract the score than add something else, such as points or money, for the player. This method here doesn't account for splash kills and simultaneous kills, so obviously you'd lose some here or there, but with hyper triggers normal kills work pretty good.
O yea, +1 to Vindexus' count.
