SuicidalSTDz

foo

Aug 3rd, 2013
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. term.redirect(peripheral.wrap("top"))
  2. local w, h = term.getSize()
  3. os.loadAPI("button")
  4. local nID = 1
  5.  
  6. button.new("Spawn", ((w-#"Spawn")/2)+1, h/2+1, #"Spawn"+2, h, colours.white, colours.red, colours.lime, function() rednet.send(nID, "toggle") end, .5)
  7. button.run()
Advertisement
Add Comment
Please, Sign In to add comment