lua agregue 1 a una variable
variable = variable + 1
// you cannot use += notation to iterate a variable
Clean Cottonmouth
variable = variable + 1
// you cannot use += notation to iterate a variable