minecraftwarlock

Computercraft On-screen Keyboard Launcher

Apr 4th, 2015
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. tArgs = {...}
  2. if #tArgs < 1 then
  3.     error("Usage: Key/Keyboard <name of monitor>")
  4. end
  5. shell.run("bg", "monitor", tArgs[1], "Key/Keyboard", tArgs[1])
Advertisement
Add Comment
Please, Sign In to add comment