Mariomarco

WayUtility

May 27th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.53 KB | None | 0 0
  1. Actions = {1,2,3,4}
  2. --SET YOUR ACTION ARRAY HERE: --
  3.  
  4. Actions[1]["ACT"] = "F"
  5. Actions[1]["REV"] = "true"
  6. Actions[1]["Multi"] = "1"
  7.  
  8. Actions[2]["ACT"] = "F"
  9. Actions[2]["REV"] = "true"
  10. Actions[2]["Multi"] = "1"
  11.  
  12. Actions[3]["ACT"] = "B"
  13. Actions[3]["REV"] = "true"
  14. Actions[3]["Multi"] = "1"
  15.  
  16. Actions[4]["ACT"] = "B"
  17. Actions[4]["REV"] = "true"
  18. Actions[4]["Multi"] = "1"
  19.  
  20. --         START CODE         --
  21.  
  22. UtilStart()
  23.  
  24. --HARDWARE DO NOT CHANGE THIS!--
  25.  
  26. function UtilStart()
  27.  
  28. term.write(Actions.__len)
  29.  
  30. return
  31. end
Advertisement
Add Comment
Please, Sign In to add comment