Advertisement
Vorakh

Turtle Ricarica Cannone

Aug 16th, 2013 (edited)
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. -- Nome: Turtle Ricarica Cannone
  2. -- Programmatore: Vorakh
  3. -- Data: 16/8/2013
  4.  
  5. -- Ricarica Cannone
  6. local tArgs = {...}
  7. local dist = tonumber(tArgs[1])
  8.  
  9. shell.run("refp3", dist)
  10. sleep(1)
  11. shell.run("refc1")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement