SparkVGX

computerStartup

Jan 14th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if os.getComputerLabel() == nil then
  2. os.setComputerLabel("changeMe")
  3. end
  4.  
  5. print("Hey there! My name is " .. os.getComputerLabel())
  6. print("I am computer number " .. os.getComputerID() .. ".")
Advertisement
Add Comment
Please, Sign In to add comment