chand1012

turnoffreactor

Feb 8th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. print("De-activating Reactor...")
  2. local modem = peripheral.wrap("back")
  3. modem.transmit(1200, 1200, "False")
  4. print("Reactor Turned off.")
Add Comment
Please, Sign In to add comment