SHOW:
|
|
- or go back to the newest paste.
| 1 | - | -- robot starting stub |
| 1 | + | -- robot sets time absorber |
| 2 | ||
| 3 | - | -- pastebin -f get xxx yyy |
| 3 | + | -- pastebin -f get mxV6nCkM settime |
| 4 | ||
| 5 | local robot = require("robot")
| |
| 6 | local computer = require("computer")
| |
| 7 | local tArgs = { ... }
| |
| 8 | ||
| 9 | local x = tArgs[1] | |
| 10 | ||
| 11 | - | -- print usage info if no tArg was specified but needed |
| 11 | + | -- print usage info if no tArg was specified but needed |
| 12 | ||
| 13 | for i = 1, 10 do | |
| 14 | -- wait for noon - 5:00 | |
| 15 | -- use switch | |
| 16 | -- wait 5 secs | |
| 17 | -- use switch again | |
| 18 | ||
| 19 | ||
| 20 | end |