Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Actions = {1,2,3,4}
- --SET YOUR ACTION ARRAY HERE: --
- Actions[1]["ACT"] = "F"
- Actions[1]["REV"] = "true"
- Actions[1]["Multi"] = "1"
- Actions[2]["ACT"] = "F"
- Actions[2]["REV"] = "true"
- Actions[2]["Multi"] = "1"
- Actions[3]["ACT"] = "B"
- Actions[3]["REV"] = "true"
- Actions[3]["Multi"] = "1"
- Actions[4]["ACT"] = "B"
- Actions[4]["REV"] = "true"
- Actions[4]["Multi"] = "1"
- -- START CODE --
- UtilStart()
- --HARDWARE DO NOT CHANGE THIS!--
- function UtilStart()
- term.write(Actions.__len)
- return
- end
Advertisement
Add Comment
Please, Sign In to add comment