Posted 20 April 2013 - 06:18 AM
Hi peeps. Really hope you can help me with this.
Been trying stuff in SSP, googling, general spamtesting etc, but I just cannot find a way for my turtle to know when to turn left and when to turn right. (think platformbuilding, going to x then turning right - going to y then turning left)
I wrote a program to make me an enderman fall-box earlier and that made me think: I want it to know how to make a roof as well!
I'm self taught and as such I only know how to make programs using arguments like for "i = 1,#" or "i = 1,tArgs[x] do"
Now I'm hoping to hit the next level whereas I can teach turtles to "know" when to turn right/left without having to hardcode the program itself. (I love variables/arguments)
Please do let me know if this is not enough information. I really want to learn this last feature before I consider myself done with "the general stuff".
Been trying stuff in SSP, googling, general spamtesting etc, but I just cannot find a way for my turtle to know when to turn left and when to turn right. (think platformbuilding, going to x then turning right - going to y then turning left)
I wrote a program to make me an enderman fall-box earlier and that made me think: I want it to know how to make a roof as well!
I'm self taught and as such I only know how to make programs using arguments like for "i = 1,#" or "i = 1,tArgs[x] do"
Now I'm hoping to hit the next level whereas I can teach turtles to "know" when to turn right/left without having to hardcode the program itself. (I love variables/arguments)
Please do let me know if this is not enough information. I really want to learn this last feature before I consider myself done with "the general stuff".