Advertisement
Guest User

buildHouse

a guest
May 30th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.42 KB | None | 0 0
  1. --[[First add your items to the correct slots!]]--
  2.  
  3. --[[Station 1 (walls) add  yours below]]--
  4. shell.run("pastebin get a48zDYgV pt1")
  5.  
  6.  
  7. --[[Station 2 (windows + roof) add yours below]]--
  8. shell.run("pastebin get vRkKjD3a pt2")
  9.  
  10. --[[Station 3 (porch+fence) add yours below]]--
  11. shell.run("pastebin get kygZp2PJ pt3")
  12.  
  13.  
  14. --[[Now we'll run the programs in order]]--
  15. shell.run("pt1")
  16. shell.run("pt2")
  17. shell.run("pt3")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement