Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local tArgs={...}
- if tArgs[1] == nil then tArgs[1] = 1 end
- for i = 1, tArgs[1] do
- shell.run("frameMove")
- shell.run("dig")
- print("Iteration: "..i)
- sleep(30)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement