Advertisement
fatboychummy

startup.lua

Oct 9th, 2021
1,101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. settings.set("motd.enable", false)
  2. settings.save(".settings")
  3.  
  4. if turtle then
  5.   print "Startup override for turtle: Pathy boi"
  6.   shell.run "Turtle"
  7. elseif commands then
  8.   print "Startup override for command computer: Run controller."
  9.   shell.run "Command"
  10. end
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement