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

spenoi

Members
  • Content Count

    2
  • Joined

  • Last visited

Everything posted by spenoi

  1. Ahh actually, I got to set x as local (And equal to 1) in the first line. Now it does cycl trough the channels. Easy and cheesy!:)
  2. I need help with nanomachine "probing". I'm trying to create a very basic program that cycles trough nanomachine slots. I intialize a variable in the beginning then create a for loop and increment the variable with 1 each time it's finishes. However it does not work. I can for example initialize the same variable in the first line, gave it a number and then it will check if that nanomachine slot do anything but as soon as I add the commented out code parts the program does nothing besided priting x. x = 17 local component = require("component") local m = require("component").modem
×
×
  • Create New...

Important Information

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