Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Ari's Control Panel - WASD TO MOVE, SPACE TO BREAK, PGUPANDDOWN TO GO UP AND DOWN, UP AND DOWN TO BREAK, LEFT AND RIGHT TO PLACE, R F AND V to SUCK ITEMS \n To use commands right click the turtle and terminate the interface. \n Commands: refuel, setup, and stripmine")
- rednet.open("back")
- while true do
- local event, key = os.pullEvent("key")
- rednet.send(91,keys.getName(key))
- print(keys.getName(key))
- end
Add Comment
Please, Sign In to add comment