Guest User

Untitled

a guest
Nov 17th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.37 KB | None | 0 0
  1. while 1==1 do
  2. Solar=rs.testBundledInput("back", colors.green)
  3. LV-Solar=rs.testBundledInput("back", colors.pink)
  4. MV-Solar=rs.testBundledInput("back", colors.red)
  5. HV-Solar=rs.testBundledInput("back", colors.yellow)
  6. if Solar then
  7. shell.run SolarV
  8. elseif LV-Solar
  9. shell.run SolarV
  10. elseif MV-Solar
  11. shell.run SolarV
  12. elseif HV-Solar
  13. shell.run HV-SolarV
  14. sleep(0.2)
  15. end
  16. end
Add Comment
Please, Sign In to add comment