Hi, i'm currently developing a killstreak system and can't find out how to detect if a number ends in 0; for example 10, 20, 100, 110 etc
Instead of doing if {killstreak::%player's uuid%} is 10: ... if {killstreak::%player's uuid%} is 20:' so on and so on, and bumping it up every 10 numbers, is there a like a math way to detect if the number ends in 0
any help is appreciated

