Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. CONST PlayerKey = ""
  2. position = 0
  3. REPEAT
  4. input(keyPressed
  5. if KeyPressed = PlayerKey THEN
  6. position = position + 1
  7. END if
  8. Until position = 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement