Posted 07 December 2013 - 07:21 PM
Okay. I made a program in 1.5.2 of Minecraft that used
EDIT: I found the problem. Apparently the lines() function is removed from the FS API. I have to use IO instead.
for line in file:lines() do -- file was already declared
and it worked perfectly. Now I'm trying to get that to work in 1.6.4 using CC1.57, and I get the same error everytime: attempt to call nil
What am I doing wrong?EDIT: I found the problem. Apparently the lines() function is removed from the FS API. I have to use IO instead.
Edited on 07 December 2013 - 06:29 PM