Staredit Network

Staredit Network -> UMS Assistance -> Score from killing units
Report, edit, etc...Posted by XpertGamerz on 2006-02-12 at 15:01:15
How do you make a trigger so that when you kill a unit then a score is added or subtracted on a leaderboard without having to put in:

Player 1 killed exactly 1 ghost, modify score for player 1 add 5 buildings
Player 1 killed exactly 2 ghosts, modify score for player 1 add 5 buildings
Player 1 killed exactly 3 ghosts, modify score for player 1 add 5 buildings

I know there is a program to make the above steps easier. SCTrigger i think its called. I've looked at other games that add scores for killing units and they dont have triggers like the one above. I've tried to figure out how they made that work out, but I never succeeded. I realy dont know how to explain this realy well, so if im not clear enough, im sorry.
Report, edit, etc...Posted by Demaris on 2006-02-12 at 16:01:02

Make the Leaderboard show custom score.


Then:




Trigger
Description:
Kills to score
Players:
¤ All Players
Conditions:
¤ Current player's kill score is at least 1
Actions:
¤ Add 1 to custom score
¤ Set kill score for current player to 0
¤ Preserve Trigger

Report, edit, etc...Posted by XpertGamerz on 2006-02-12 at 16:31:02
If I want a Marine to raise custom score by 5
And a Ultrarisk to raise the custom score by 100
How would I do that?
Report, edit, etc...Posted by Demaris on 2006-02-12 at 16:36:43

Use this concept

Next Page (1)