Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --turtlestartup
- --This is a startup program and should be saved as startup after a label (name) is set
- print("Name: "..os.getComputerLabel())
- print("ID: "..os.getComputerID())
- print("Fuel: "..turtle.getFuelLevel())
- print("")
- print("Type programs for a list of programs I have, the ones with ! are user friendly")
- modem = peripheral.wrap("right")
- channel=os.getComputerID()
- modem.transmit(128, channel, "Minion "..os.getComputerLabel().." reporting for duty!")
- modem.open(channel)
- os.loadAPI("t")
Advertisement
Add Comment
Please, Sign In to add comment