Advertisement
Guest User

Control

a guest
Aug 24th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.40 KB | None | 0 0
  1. local ToggleReac = false
  2. local ToggleLight = false
  3. local ToggleEmergency = false
  4. local ToggleLava = false
  5. local Colorlist = ""
  6. function ReactorRun()
  7.   if Reactor == false then
  8.     Colorlist = Colorlist + colors.orange
  9.     ReactorRun = true
  10.   elseif Reactor == true then
  11.     ColorList = Colorlist - colors.orange
  12.   end
  13.   rs.setBundledOutput("bottom",ColorList)
  14. end
  15. function Light
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement