SummitSummit

cycle - computer

Apr 3rd, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. local tArgs = {...}
  2. if tArgs[1] == nil then tArgs[1] = 1 end
  3.  
  4. for i = 1, tArgs[1] do
  5. shell.run("frameMove")
  6. shell.run("dig")
  7. print("Iteration: "..i)
  8. sleep(22)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment