ayangd 0 Posted October 5, 2019 Share Posted October 5, 2019 Easily move your robot using very short commands! rim('10(5flfl)') The code above demonstrates how your robot will do: Quote move forward 5 times, go left, forward, left, and repeat all 10 times. By only one line of command! Easily import the source code: local rim = require('<this file>').interpret rim('ud') -- Go up and down E.g robot excavation: rim('32(15(16(xf)lfl)15(xf)xd2l)', robot.swingDown) Quote Digs 16x16 area (all swingDown), 32 blocks deep. Documentation is inside the source code (head). https://pastebin.com/L2JtJA61 Changelogs: - Added local scope to everything. Quote Link to post Share on other sites