J
Jabos
Guest
Even if I know how to use triggers I have vague knowledge of Variables so my question is:
I got a leaderboard and a upgrade trigger that uses the same variable, for the leaderboard I use
"Set Kills[(Player number of (Owner of (Killing unit)))] = (Kills[(Player number of (Owner of (Killing unit)))] + 1)" (when something is killed)
Then I use "Kills[(Player number of (Owner of (Killing unit)))] Less than or equal to 200" (Because I had no idea what to put in index)
That's when I got problems, the Leaderboard won't show anymore (Never checked upgrade one since I haven't been able to test that part yet) so is it that index is the same that's making problems or is it something else?
I got a leaderboard and a upgrade trigger that uses the same variable, for the leaderboard I use
"Set Kills[(Player number of (Owner of (Killing unit)))] = (Kills[(Player number of (Owner of (Killing unit)))] + 1)" (when something is killed)
Then I use "Kills[(Player number of (Owner of (Killing unit)))] Less than or equal to 200" (Because I had no idea what to put in index)
That's when I got problems, the Leaderboard won't show anymore (Never checked upgrade one since I haven't been able to test that part yet) so is it that index is the same that's making problems or is it something else?


