Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- -- list of turtle names
- -- format is the name to use for the turtle, then a number, for example: "Miney = 3"
- turtles = {
- },
- -- time before canceling when waiting for a response from the turtle
- timeout = 5,
- -- default ID to link to on startup
- link = nil,
- -- whether to allow starting the standalone or now
- disableLoop = false,
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement