Advertisement
Guest User

Untitled

a guest
May 5th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. local action = "start"
  2. local cropleft_1 = 0
  3. local cropleft_2 = 0
  4. local cropleft_3 = 0
  5. local cropmiddle_1 = 0
  6. local cropmiddle_2 = 0
  7. local cropmiddle_3 = 0
  8. local cropright_1 = 0
  9. local cropright_2 = 0
  10. local cropright_3 = 0
  11.  
  12. shell.run("clear")
  13. print("Was mächtest du tun?")
  14. print("start / um zu starten")
  15. print()
  16. write("Eingabe:")
  17. eingabe = io.read()
  18.  
  19. if eingabe == "start" then
  20. print("läuft")
  21. else
  22. print("läuft nicht so")
  23. end
  24. -- while true do
  25.  
  26. -- local action = "start" then
  27. -- if action == "start"
  28. -- print("hello")
  29. -- end
  30. -- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement