Update sPhone.lua
This commit is contained in:
parent
3c213eb839
commit
eef211e162
1 changed files with 2 additions and 1 deletions
|
@ -828,13 +828,14 @@ end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
sPhone.user = name
|
||||||
|
os.setComputerLabel(sPhone.user.."'s sPhone")
|
||||||
term.setCursorPos(1,13)
|
term.setCursorPos(1,13)
|
||||||
term.clearLine()
|
term.clearLine()
|
||||||
sertextext.center(13," All Set!")
|
sertextext.center(13," All Set!")
|
||||||
term.setCursorPos(1,14)
|
term.setCursorPos(1,14)
|
||||||
term.clearLine()
|
term.clearLine()
|
||||||
sertextext.center(14," Have fun with sPhone")
|
sertextext.center(14," Have fun with sPhone")
|
||||||
sPhone.user = name
|
|
||||||
sleep(2)
|
sleep(2)
|
||||||
home()
|
home()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue