fork download
  1. --left lift
  2. --back push
  3.  
  4.  
  5. lift = false
  6. push = false
  7.  
  8.  
  9. if lift = true
  10. then rs.setOutput("left", true)
  11.  
  12. if push = true
  13. then rs.setOutput("back", true)
  14.  
  15.  
  16.  
  17. while lift = false
  18. push = true
  19.  
  20.  
  21. while push = true
  22. lift = false
  23.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
luac: prog.lua:9: 'then' expected near '='
stdout
Standard output is empty