lua how to add +1 to a var code example Example: lua add 1 to a variable variable = variable + 1 // you cannot use += notation to iterate a variable