Posted 19 June 2014 - 05:00 PM
Hi there.
on the back of "fixing" OpenCCSensors ;)/> …. well, a tiny little buglet - [ see their thread ] …. can anyone pay me a solid in return:
can anyone cleverer than i advise if there is any way of moving a turtle within a turtle peripheral other than with setDirection and teleportTo?
i have a lovely peripheral which i'm making, but i want the peripheral to command the turtle to move [dependent on a thing]
and whilst insta-teleporting and insta-turning with setDirection will "get me there" - it's not really the nice elegant journey I want :)/>
i was wondering initially if the executeCommand(ILuaContext context, ITurtleCommand command) would allow this, but looking deeper, it seems not…
seems weird to be a turtle's peripheral and not be able to make the turtle itself do the equivalent of the lua "turtle.forward()" etc…
either
a ) i'm missing something obvious; or
b ) i'm not
:)/>
many thankity thanks in advance.
on the back of "fixing" OpenCCSensors ;)/> …. well, a tiny little buglet - [ see their thread ] …. can anyone pay me a solid in return:
can anyone cleverer than i advise if there is any way of moving a turtle within a turtle peripheral other than with setDirection and teleportTo?
i have a lovely peripheral which i'm making, but i want the peripheral to command the turtle to move [dependent on a thing]
and whilst insta-teleporting and insta-turning with setDirection will "get me there" - it's not really the nice elegant journey I want :)/>
i was wondering initially if the executeCommand(ILuaContext context, ITurtleCommand command) would allow this, but looking deeper, it seems not…
seems weird to be a turtle's peripheral and not be able to make the turtle itself do the equivalent of the lua "turtle.forward()" etc…
either
a ) i'm missing something obvious; or
b ) i'm not
:)/>
many thankity thanks in advance.
Edited on 19 June 2014 - 03:00 PM