Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Nome: Turtle Ricarica Cannone
- -- Programmatore: Vorakh
- -- Data: 16/8/2013
- -- Ricarica Cannone
- local tArgs = {...}
- local dist = tonumber(tArgs[1])
- shell.run("refp3", dist)
- sleep(1)
- shell.run("refc1")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement