27.09.2009, 13:08
Is it possible to do something like this
If(Kills == *10)
So like if your kills is a multiple of 10
So it saves me having to do this
If(Kills == 10 || Kills == 20 || Kills == 30 || Kills == 40) etc etc
If(Kills == *10)
So like if your kills is a multiple of 10
So it saves me having to do this
If(Kills == 10 || Kills == 20 || Kills == 30 || Kills == 40) etc etc