Difference between revisions of "Talk:Making a Password Protected Door"
From ComputerCraft Wiki
(→Rewriting Page) |
|||
Line 1: | Line 1: | ||
− | + | I simply want to tell you that I am just new to boliggng and site-building and honestly savored your web page. Likely I’m likely to bookmark your site . You absolutely have fantastic stories. Thanks a lot for revealing your blog. | |
− | + | ||
== Debug Password == | == Debug Password == |
Revision as of 16:12, 4 December 2012
I simply want to tell you that I am just new to boliggng and site-building and honestly savored your web page. Likely I’m likely to bookmark your site . You absolutely have fantastic stories. Thanks a lot for revealing your blog.
Debug Password
If you still want to be able to edit the startup file after using "os.pullEvent = os.pullEventRaw", add near the top of your code, under your password:
local debug = "pass"
you can replace "pass" with whatever you want but keep the "s. Now, after the first "os.reboot()", put an "end" there. Below that put:
if input == (debug) then
term.clear() term.setCursorPos(1,1)
then put your "else" and everything where you need to put it.
Hope this helps