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

ghost1257

Members
  • Content Count

    13
  • Joined

  • Last visited

Posts posted by ghost1257

  1. Hey I am writing a program and has of right now I am using event.pullMultiple because it is used to control my fluid nuclear reactors. It can shut them off and turn them on and also out puts data but I am having trouble getting it to update automatic without hitting a button on the keyboard. Without losing function of the program I can get code on here later if need be. Thanks

  2. Hey, guys, I am just wondering how do I get the actual storage to show up I got the other graphs but that one won't show up. I am using industrial craft 2. please help I am just using the code above

     

  3. Hi I am trying to make a log in screen to my computers where you would set up a password and then enter it at boot up and then it would go to the shell but can not figure out how to get it to work? Please Help here is my code. 

    repeat

    io.write("Please enter Password")

    answer= io.read()

    if answer == "1257" then

    io.write ("welcome back\n")

    break

     

    elseif answer ~= "1257" then

    io.write("\n try again \n")

    end

    until answer == 1257

×
×
  • Create New...

Important Information

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