Advertisement
Guest User

startup.lua

a guest
May 16th, 2021
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. id = os.getComputerID()
  2. x,y = term.getSize()
  3. term.setCursorPos(x-#tostring(id),1)
  4. term.write("#"..id)
  5. term.setCursorPos(1,2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement