Advertisement
programcreator

Commands

Mar 18th, 2015
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. {
  2.     shutdown = "os.shutdown()",
  3.     reboot = "os.reboot()",
  4.     time = "print(\"The time is \"..textutils.formatTime(os.time()))",
  5.     hi = "redirect(\"Greetings\")",
  6.     hello = "print(\"Greetings\")",
  7.     exit = "error(\"Thanks foor using this thingy thingy\")"
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement