Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

RedStine

Members
  • Content Count

    1
  • Joined

  • Last visited

  1. I've taken the above codes and gotten very close to making the program work. The problem is that the main loop isn't working right. When you press a key, it either does nothing or only goes to the warp data menu. I don't know whats wrong. -- Component lib for access to the gpu local component = require "component" -- Put term lib into local space.. local term = require "term" -- Other libs we need as well local textutils = require("serialization") -- CC to OC. The 'serialize' method is used the same here i think.... local gpu = component.getPrimary("gpu") local fs = require("filesystem
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.