Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print('Moj nick to ' .. os.getComputerLabel())
- print('Mozesz zmienisz nazwe swojego robota')
- print('Podaj nowa nazwe robota')
- nick = io.read()
- os.setComputerLabel(nick)
- print('Moj nowy nick to ' .. os.getComputerLabel())
- --textutils.slowPrint('Twoja nowa nazwa to ' .. nick)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement