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

Search the Community

Showing results for tags 'for loop'.

  • 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. Good day I am reading a chest full of items, and I want to store the items data for later use. you can see the snippet of the program and I hope you see what I mean. How do I store and recall a list of items? local component = require("component") local sides = require("sides") local tp = component.transposer slot = 1 for i = 1 , slot do gis = tp.getItemInSlot(sides,east,i) --store item that is being read to recall later if gis then gp.label(i) == gis.label gp.size(i) == gis.size slot = slot +
×
×
  • Create New...

Important Information

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