ItsNoah

setLabel

Jun 19th, 2021 (edited)
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. local isTurtle = turtle
  2. if isTurtle == nil then
  3.     os.setComputerLabel('NC#' .. os.getComputerID())
  4. else
  5.     os.setComputerLabel('NT#' .. os.getComputerID())
  6. end
Add Comment
Please, Sign In to add comment