arismoko

PPCstartup

Sep 26th, 2021 (edited)
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 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")
  2. rednet.open("back")
  3. while true do
  4.     local event, key = os.pullEvent("key")
  5.     rednet.send(91,keys.getName(key))
  6.     print(keys.getName(key))
  7.  
  8. end
Add Comment
Please, Sign In to add comment