Sayomie550

Untitled

Mar 25th, 2015
230
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.  
  3. while true do
  4.     if lT1getEnergyStored >= 980000 then
  5.         lT1.setActive(false)
  6.     else
  7.         lT1.setActive(true)
  8.     end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment