Hello to you all,
Just a quick question, i'm making a map in which im going to count the amount of tanks destroyed, and once the total number reaches a certain amount (probably four, i havn't decided that yet) it triggers a script. I know that the best way to use this would be to use an integer variable, but im unsure of the correct syntax to use when adding to the variable.
I tried
TanksKilled = TanksKilled + 1
but it didn't seem to work, i also tried
TanksKilled + 1 = TanksKilled
but that didn't work either.
Help would be greatly appreciated.
Norbe