Search results

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. S

    Lua roadblock! Help plz

    Worked perfectly! Thanks folks - I promise to read up on coding and will post proper formatting in the future.
  2. S

    Lua roadblock! Help plz

    I will adapt accordingly - and yes - way more readable - Thanks!! Apologies, still getting used to computercraft stuff.
  3. S

    Lua roadblock! Help plz

    Y and N are capitals. Each affirmative answer leads to the next question, and eventually, an unlocked door. Each negative answer either loops through more text and a repeated Y or N, or in the case of the first question, to an "Access Denied" and the program, ideally, shuts down.
  4. S

    Lua roadblock! Help plz

    Wow - thx guys - In the actual code the elseif's are one word - i double checked that my first time through. The part that isn't working is the "N" option on the first question "I hereby acknowledge that I have read and understood the server rules". When "N" is entered, the program just...
  5. S

    Lua roadblock! Help plz

    Ok - so this code is for an entry door that remains locked until the player acknowledges all questions. The problem is as i am testing each phase either yes or no, to make sure it works alright. Everything does, except for the first question: "Understand the rules?" If N is chosen, it restarts...