Posted 12 June 2015 - 01:41 AM
Hey guys, i'm very new with programming and even FTB thats why my question maybe sounds a little bit dumb., Im trying to change the name "turtle.forward()" to any variable for example to "a". I need that for special pictures and make the programming easier.
Let me just show you guys what i mean:
What i dont understand, is what the CC-Wiki said, i did it exactly the same way before, but that spitted more Error out…
Thanks for your help guys!
Let me just show you guys what i mean:
local a = turtle.forward()
local b = turtle.turnRight()
local c = turtle.turnLeft()
local d = turtle.back()
a()
b()
a()
c() --the order of them doesnt really matter, i need to know, how i can set that up at all
What i dont understand, is what the CC-Wiki said, i did it exactly the same way before, but that spitted more Error out…
Thanks for your help guys!