Jump to content

MyNameIsGuzse

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by MyNameIsGuzse

  1. i know. this was actually from a tutorial, but i think it got outdated. anyway thanks!
  2. thank you SO much! i just started with computercraft and know absolutely nothing about it! i am interested do, and i will learn! thanks alot!
  3. So i was learning how to use the computercraft mod. I made this startupprogram that would let me enter a username and a password before opening a door. But for some reason i cant type in it. this is what the coding looks like: if true then .term.clear(doorcontrol) .term.setCursorPos(1,1) .print("username:") .if input ~= "guzse" then ..print("password:") ..read = ("*") ..if input ~= "Dooracces" then ...redstone.setOutput ("bottom", true) ...sleep (3) ...redstone.setOutput ("bottom", false) ..end .end end (points are space's) And now i cant type, but it does show username: and password: What did i do wrong? Thank you anyway
×
×
  • Create New...