GlovePIE GUI

You should normally specify the units for the duration. Valid units are: milliseconds (ms), seconds (s), minutes, hours, days. eg. wait 100 ms. wait 1 second. wait(500 milliseconds); Increment statements. You can add one to something using one of these syntaxes: var.x++ ++var.x. Inc(var.x) These are commands, not functions like in C. ................
................