This commit is contained in:
QuerduS 2022-05-24 20:32:49 +02:00
parent ce2546e19e
commit c186fd43d3

View File

@ -8,7 +8,7 @@ local inLightsMenu = false
function Choice1()
term.clear()
term.setCursorPos(1,1)
term.write("Hello,my name is Nigga")
term.write("chuj")
sleep(3)
end