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

Search the Community

Showing results for tags 'turn'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • OpenComputers
    • Announcements
    • Feedback
    • IRC
  • Code Central
    • Support
    • Showcase
    • Tutorials
  • Addons & More
    • Addons Mods
    • Architectures
    • OpenEngineering Task Force
  • General
    • Lounge
    • Forum Games
    • Showcase
    • Servers
  • Archives
    • Public Archives

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Minecraft


GitHub


IRC


Fediverse ID


Location


Interests

Found 1 result

  1. Hello I use on my server and client: "OpenComputers-MC1.8-1.5.3.8-universal.jar" "forge-1.8-11.14.1.1334-universal.jar" or "forge-1.8-11.14.1.1339-universal.jar" In my program does not perform the function of "robot.turn ... ()". It does not work only on the server, if you test a program on a local world is OK. My program: local r = require("robot") local slot = 1 local xmax = 11 local ymax = 11 local x = 1 local y = 1 local turn = 0 r.select(slot) while true do if r.count(slot) == 0 then slot = slot + 1 if slot == r.inventorySize() + 1 then print("Koniec materiału!") os.e
×
×
  • Create New...

Important Information

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