Lua ajoute 1 à une 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