Direwolf20 Cycle command

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

SolidDiamondz

New Member
Jul 29, 2019
13
0
0
It says attempt to index ? (a nill value)
code from cycle (copied from direwolf20) http://pastebin.com/cYFB34qE
Did I do anything wrong and what do I have to change?[DOUBLEPOST=1371110129][/DOUBLEPOST]Oh by the way this is in computercraft from a computer. I hooked a wireless modem onto the left of it too.[DOUBLEPOST=1371110236][/DOUBLEPOST]If you need the codes frameMove and dig ill give it to you
 

Scroff

New Member
Jul 29, 2019
15
0
1
When you say copied from Direwolf20, what sort of copy do you mean?

I'm guessing you re-keyed it, cos on the first line you've used round brackets (...) instead of curly brackets {...}. Change the line to that below and the problem will go away

Code:
local tArgs={...}
 

SolidDiamondz

New Member
Jul 29, 2019
13
0
0
When you say copied from Direwolf20, what sort of copy do you mean?

I'm guessing you re-keyed it, cos on the first line you've used round brackets (...) instead of curly brackets {...}. Change the line to that below and the problem will go away

Code:
local tArgs={...}

THANKS SO MUCH. I looked through the code and after I saw this I was like derp.