Posted 19 April 2013 - 12:42 PM
Write scripts in seconds, instead of minutes! Turtle mini-language for making scripts smaller and doing quick ad-hoc movements and builds.
The act mini-language is easy and mnemonic. An act string is a sequence of commands all smashed to together, similar to a regular expression. For example, to move the turtle forward 2, turn right and go forward 3 you would use this string: "f2rf3".
Features Include:
* easy to memorize language
* history and saving of useful commands
* anti-gravel/sand/mob movement (totally swiped from the excavation script)
* auto-resupply function for building without doing slot management
* loops and simple logic
* nested parenthesis
* join commands
Coming soon:
* control multiple turtles from a single script (WHAT!)
* all from the command line (WHAT!)
(it's mostly done, just got to get the serial/parallel issue worked out)
http://cc-get.djrang...cripts/view/433
Note: I did post this to turtlescripts.com, but I'm going to go with the cc-get website instead.
http://turtlescripts...ject/gjdh20-Act
The act mini-language is easy and mnemonic. An act string is a sequence of commands all smashed to together, similar to a regular expression. For example, to move the turtle forward 2, turn right and go forward 3 you would use this string: "f2rf3".
Features Include:
* easy to memorize language
* history and saving of useful commands
* anti-gravel/sand/mob movement (totally swiped from the excavation script)
* auto-resupply function for building without doing slot management
* loops and simple logic
* nested parenthesis
* join commands
Coming soon:
* control multiple turtles from a single script (WHAT!)
* all from the command line (WHAT!)
(it's mostly done, just got to get the serial/parallel issue worked out)
http://cc-get.djrang...cripts/view/433
Note: I did post this to turtlescripts.com, but I'm going to go with the cc-get website instead.
http://turtlescripts...ject/gjdh20-Act