Advertisement
roboratorium

mylabel

Mar 27th, 2025
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | Source Code | 0 0
  1. print('Moj nick to ' .. os.getComputerLabel())
  2. print('Mozesz zmienisz nazwe swojego robota')
  3. print('Podaj nowa nazwe robota')
  4. nick = io.read()
  5. os.setComputerLabel(nick)
  6. print('Moj nowy nick to ' .. os.getComputerLabel())
  7. --textutils.slowPrint('Twoja nowa nazwa to ' .. nick)
  8.  
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement