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

Leutech

Members
  • Content Count

    2
  • Joined

  • Last visited

About Leutech

  • Rank
    Junior Member
  • Birthday November 22

Profile Information

  • Gender
    Male
  • Location
    Germany
  1. You need to import the term api with local term = require("term")
  2. Greetings dear OC Community. I have a problem with my script for a robot to farming an area. The robot get the 'start farming' info from a other computer over modem_message. Here is the code from the computer that sends the start farming info to the robot. local component = require("component") local term = require("term") local event = require("event") local fs = require("filesystem") local gpu = component.gpu local sensor = component.sensor local modem = component.modem local port = 2154 local robot_modem = "d6d10a42-eda8-4ea9-bca2-ee06f3311622" local main
×
×
  • Create New...

Important Information

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