Lset just uses two parameters: layer name and frames wait to be executed. Fix it: call LSet(Blink, 0) Also keypress(*) = 1 doesn't work, valid values are -1 (pressed) or 0 (unpressed). Values are optional so if you want your script only check is the key has been pressed, you can type this: if keypre...