Advertisement
Guest User

test

a guest
Jun 30th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. while r.getFuelTemperature() > 99 do
  2. for i= 1,3 do
  3. checkEn()
  4. displayEn()
  5. fuelRodLevel()
  6. m.setCursorPos(3,6)
  7. m.write("Finding Optimal Rod Level")
  8. m.setCursorPos(3,7)
  9. m.write("Core Temp: "..r.getFuelTemperature())
  10. m.setCursorPos(3,8)
  11. m.write("Waiting for 99c")
  12. sleep(1)
  13. end
  14. end
  15. while r.getHotFluidAmount() > 10000 do
  16. for i = 1,3 do
  17. checkEn()
  18. displayEn()
  19. fuelRodLevel()
  20. m.setCursorPos(3,6)
  21. m.write("Finding Optimal Rod Level, please wait....")
  22. m.setCursorPos(3,7)
  23. m.write("Fluid Amount: "..comma_value(r.getHotFluidAmount()).."mb")
  24. m.setCursorPos(3,8)
  25. m.write("Waiting for 10,000mb")
  26. sleep(1)
  27. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement