Jump to content




program wont work


  • You cannot reply to this topic
5 replies to this topic

#1 debook454

  • New Members
  • 3 posts

Posted 10 December 2012 - 07:38 AM

my program wont work ): i have tekkit 3.1.2 and it just says attempt to call nil. this is th firs time i wrote a program plz help

for x = 1,60 do
turtle.dig()
turtle.foward()
turtle.digdown()
turtle.turnleft()
turtle.dig()
for v = 1,2 do
turtle.turnright()
end
turtle.dig()
turtle.down()
turtle.digdown()
turtle.dig()
for w = 1,2 do
turtle.turnleft()
end
turtle.dig()
turtle.down()
turtle.dig()
for b = 1,2 do
turtle.turnright()
end
turtle.dig()
turtle.turnleft()
turtle.up()
end

#2 debook454

  • New Members
  • 3 posts

Posted 10 December 2012 - 07:41 AM

nvm i pasted it in a word doc and found forward is spelled with an r

#3 PixelToast

  • Signature Abuser
  • 2,265 posts
  • Location3232235883

Posted 10 December 2012 - 07:42 AM

well first of all, your using tekkit wich is over 5 versions behind, many features have been added sence then

anyway, functions like
turtle.digDown()
turtle.digUp()
turtle.turnLeft()
turtle.turnRight()
are case sensitive

View Postdebook454, on 10 December 2012 - 07:41 AM, said:

nvm i pasted it in a word doc and found forward is spelled with an r
it still wont work if they arent capitalized properly

#4 debook454

  • New Members
  • 3 posts

Posted 10 December 2012 - 08:33 AM

Ty (:

#5 snoble2022

  • Members
  • 100 posts
  • LocationSomewhere near the local computer store?

Posted 10 December 2012 - 09:53 AM

ummm... Wow, this was funny. I found out forward was spelled with a r. ;0

#6 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 10 December 2012 - 11:45 AM

View Postsnoble2022, on 10 December 2012 - 09:53 AM, said:

ummm... Wow, this was funny. I found out forward was spelled with a r. ;0

If you don't have anything useful to add, don't bother replying, please.





2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users