Advertisement
chand1012

ActivateReactor

Feb 8th, 2017
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. print("Activating Reactor...")
  2. local modem = peripheral.wrap("back")
  3. modem.transmit(1200, 1200, "True")
  4. print("Reactor Activated.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement