Staredit Network

Staredit Network -> UMS Assistance -> Kill Score Repeat
Report, edit, etc...Posted by Sickoe_DT_ on 2005-10-06 at 00:28:05
hello i wrote a kill score to give money when u get certain amount of kills but when it reaches the set amount it just stops and wont reset . i have done this trigger before but i this time im going to overpass the frustration of working it out again and ask if someone knows the exact way it should be done.

Report, edit, etc...Posted by in_a_biskit on 2005-10-06 at 00:44:00
It'd be easier to help you if you gave us the trigger you're using currently.

It seems like you want:
Trigger
Conditions:
¤ Current player kills score is at least {points}.
Actions:
¤ Modify score for Current player: subtract {points} for kills.
¤ Modify resources for Current player: add {minerals}.
¤ Preserve trigger
Report, edit, etc...Posted by DT_Battlekruser on 2005-10-06 at 02:33:25
KILLS and KILLS SCORE are different quantities. You can't subtract KILLS, but you can subtract KILLS SCORE. This is most likely your problem. Note that the KILLS SCORE for each unit varies widely.
Next Page (1)