QUOTE(Toothfariy @ Apr 27 2006, 01:18 PM)
the highest will be fenix dragoon so 1000 is about right or do i need to make sevral triggers at smaller intervals?
[right][snapback]473981[/snapback][/right]
it's up to you on that one, depending what kind of value what you want to give for each of the units. so a trigger can be like this;
Conditions:
current players kill score is at least 1
current players score is at most 1000
Actions:
-set score to 0 kills for current player
-set score, add 'value' custom
-preserve trigger
this trigger will give the same amount of custom points from for all the units that are worth 1000 points or less including the dragoon. to change it you can make multiple triggers to separate the values.
it won't matter that much if you put in a range that covers multiple unit scores.
Conditions:
current players kill score is at least 1
current players score is at most 500
Actions:
-set score to 0 kills for current player
-set score, add 'value' custom
-preserve trigger
Conditions:
current players kill score is at least 501
current players score is at most 1000
Actions:
-set score to 0 kills for current player
-set score, add 'value' custom
-preserve trigger
and so on...