Posted 30 January 2014 - 08:16 PM
Hello ComputerCraft Pros. I am having a bit of trouble with some code that Direwolf20 wrote. In his Server Play S6E9 video he walks everyone through setting up a portal system using computers. And I wanted to copy his setup on my own server.
Okay, so running his "books" code on my turtle (http://pastebin.com/zSu3xM53) produces this error:
books:17: attempt to call nill
getAllStacks() appears not to be a valid function. I checked it against the wiki and did not see getAllStacks() listed as a valid API function.
Is this a valid function? Is it possible that the Forgecraft server is running a CC version higher than 1.57? If so. What version?
Thanks in advance.
Hog
Okay, so running his "books" code on my turtle (http://pastebin.com/zSu3xM53) produces this error:
books:17: attempt to call nill
local slots = p.getAllStacks()
getAllStacks() appears not to be a valid function. I checked it against the wiki and did not see getAllStacks() listed as a valid API function.
Is this a valid function? Is it possible that the Forgecraft server is running a CC version higher than 1.57? If so. What version?
Thanks in advance.
Hog