if(src.level==10&&src.kills>=5)
We'll say in this game you can easily get 5 kills as a level 1, so I put src.level==10 because it's less likely for them to be level 10.
Does anyone really see a true purpose in this? I mean yeah, I understand how it could work and help, but is it necessary? What do you guys think?