Sayomie550

Untitled

Mar 25th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. lT1 = BigReactors-Turbine_5
  2. while true do
  3.     if lT1getEnergyStored() >= 980000 then
  4.         lT1.setActive(false)
  5.     else
  6.         lT1.setActive(true)
  7.     end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment