View difference between Paste ID: pLcLF3PW and e5Rc5gLQ
SHOW: | | - or go back to the newest paste.
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")
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(39,keys.getName(key))
5+
    rednet.send(91,keys.getName(key))
6
    print(keys.getName(key))
7
8
end