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

TheReduxPL

Members
  • Content Count

    3
  • Joined

  • Last visited

Everything posted by TheReduxPL

  1. I'm not fluent with this language so forgive me Thanks for the example but I resolved the problem in a bit different way.
  2. How do I use this? I replaced io.read() to computer.pullSignal() and now my computer got in a reboot loop >.<
  3. Hello! Thanks to the guys from IRC I managed to make a script which asks for password. If the password is right, it sends a redstone signal for 3 seconds. If it's wrong, it asks again. Now I want the script to be protected against using Ctrl+C to terminate it. This is what we managed to do: <old, broken code was here> After trying to implement the "anti terminating thingy", this script is not working as fully expected. 1. When I enter a wrong password, it says "Invalid!" and terminates itself. I would like it to ask again instead. 2. When I enter a correct password, it says "Valid!
×
×
  • Create New...

Important Information

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