Event: Game_Start { var1 += 5 // Assigns 16 as the new value of var1
} }
Description
Combines addition and assignment. Adds the assigned value to the current value of a property, or appends a string value or list with another string value or list respectively.