Hello, I've been trying to make a function where I can set custom points for my terran kills, while simply keep kill score for my zerg kills. Of course, I want them to be sparate.
I did this once but that was long ago.. I've forgotten how so could somebody kindly show me, or give me a link to the tutorial of it?
This is in the Tutorials, plus you need to make every single trigger to make them different... such as adding or subtracting from the kill score you have...
Hm, I could have sworn I posted a reply to this...
Ok, here we go again. Even with the tutorial (if someone could kindly post a link), could I separate my Terran kills from my Zerg kills? I was thinking that for every Terran unit I kill, I simply deduct it from the killscore, making custom scores for that.
Ya...this is simple crap, all u do is have 2 alteranate scorboards, and 1 switch. ok so first every 10 seconds display Zerg money (Scoreboard 1)
Like This
Zerg Leaderboard
Conditons
*Switch 1 Is Cleared
Actions
*Display Leaderboard for all players for (Kills razing or whatever ur using as money)
*Wait 1300 Milliseconds
*Toggle Switch 1
*Preserve Trigger
Terran Leaderoboard
Conditions
*Switch 1 is set
Actions
*Display Leaderboard for all players for (Kills razing or whatever ur using as money)
*Wait 1300 Milliseconds
*Toggle Switch 1
*Preserve Trigger
You've misunderstood what I was trying to say...
I meant separate scores as in doing something with my Terran Kill scores and my Zerg Kill scores, by alternating the scoreboards, it doesn't change a thing except if I go Razing and Killing, it would simply add the Razing score on, but once the Kill score is altered, so will the Razing and Killing's number.
I think you're thinking that I want to separate them on the leaderboard... but I meant the score overall.
So I was thinking:
For every zergling kill (50 score), I'll subtract 500 off the kill score and make it into whatever custom point I want... but the problem here is that I've forgotten how to not have it as:
Condition:
'Current Player' kills 'at least' '1' Zerg Zergling
Action:
Set score for 'Current Player': Subtract 50 kill score
:::EDIT:::
Oh yeah, and the tutorial thing... I read it, but already knew that concept. The problem in that is it'll also count my Terran kills in it... There seems to be no way... but I could swear I made it before -_-
curse reformats.
Preserve Triggers
because that would simply make it repeat over and over again. I thought of adding a switch to it... but switch or not, it's not going to change the fact that I've killed "at least 1" zergling. That applies for the "Exactly" and the "At Most" part.