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

TheEisbaer

Members
  • Content Count

    5
  • Joined

  • Last visited

Posts posted by TheEisbaer

  1. Hi, how would I programm this:

    parallel.waitForAny(eingabeTunnellaenge, checkStatus) 
    while (einstellung == 1) do
    	parallel.waitForAny(einstellungen,timeshow) -- bearbeitung der einstellung
    	einstellungenSpeichern()
    	bildschirmStart()
    	einstellungenLesen()
    	parallel.waitForAny(eingabeTunnellaenge, checkStatus) 
    end
    
    

    In OpenComputers, since it doesn't have a parallel API?

  2. Hello Guys,

    I am quite familiar with computercraft so i wanted a new challenge and installed opencomputers and I run into two errors:

    1. If I edit a Program it doesn't get saved properly or at all. Why is this?

    2. What are all the [HT] icons in front of every line on a program downloaded from pastebin? ( http://puu.sh/kgShj/9869666a2d.png )

     

    Thanks in advance :)

     

    Cheers,

    TheEisbaer

     

    ​

     

×
×
  • Create New...

Important Information

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