lua добавить 1 в переменную
variable = variable + 1
// you cannot use += notation to iterate a variable
Clean Cottonmouth
variable = variable + 1
// you cannot use += notation to iterate a variable