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

Gamingwelle

Members
  • Content Count

    1
  • Joined

  • Last visited

Everything posted by Gamingwelle

  1. Hello, Im currently working on a programm to controll SGCrafts stargates. Im trying to run multiple operations: * Reading inputs from User * check for an open connection (and send a redstone signal it it connected) But its not working. thread = require("thread") function check() while(true) do -- Check and manage the signal end end function userInput() while(true) do -- Process inputs end end thread.create(check) thread.create(userInput) What is the Problem? When I start the first loop the other wont get started. (The same problem with coroutines) So
×
×
  • Create New...

Important Information

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