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

Search the Community

Showing results for tags 'logic'.

  • 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 2 results

  1. I need help with something here is my code: local computer = require ("computer") Print("What's The Password?") local password = io.read() if password = 123 print("Password Accepted") end else print("Password Denied") os.sleep(2) computer.stop() The error is then expected near = what do i do? anywhere i could think of i tried putting 'then'
  2. Hello, I've found this mod a little while ago now and, while going to the next level, I noticed some inconsistencies 1.Platters from another dimensions All disks have platters, ranging from 2 to 6 and, while the getPlatterCount() function is completely useless (I'm not joking, except for quickly Identifying what was this function made for), The number it reports doesn't make sense, at least for the 4Mb drive. The 1Mb Drive uses 2 Platters, so 512Kb each - âœ”ï¸ Logical! The 2Mb Drive uses 4 Platters, so 512Kb each - âœ”ï¸ Logical too! The 4Mb Drive uses... 6 Platters? 666.666... K
×
×
  • Create New...

Important Information

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