
I'm really stuck on this one. And if there is an obvious solution, I'll just die. (Literally)
I have a LeaderBoard set up. And each time and player gets a kill they get 20 Custom Points. I've already set it up with deaths and it works perfectly. (They lose 20 Custom Points for every Death) I have the Kills trigger setup as:
CONDITION:
-Current Player Kills at Least 1 Men.
ACTION:
-Modify Score for Current Player: Add 20 Custom
-Preserve Trigger
Obviously, if the person gets even ONE kill, it will just keep adding 20 forever.. So I put added this in the Action:
-Execute AI Script 'Clear Previous Combat History'
I thought it might somehow erase the kills counter. Well, it didn't work. So I need a way to set the "Kills Counter" to 0 (like the Death counter). Or is there some OTHER way to do this so it won't keep on repeating forever...
