SHOW:
|
|
- or go back to the newest paste.
1 | function packup() | |
2 | turtle.select(1) | |
3 | turtle.digUp() | |
4 | turtle.dig() | |
5 | turtle.turnRight() | |
6 | turtle.forward() | |
7 | turtle.forward() | |
8 | turtle.digUp() | |
9 | turtle.forward() | |
10 | turtle.turnLeft() | |
11 | turtle.up() | |
12 | turtle.forward() | |
13 | turtle.forward() | |
14 | turtle.turnLeft() | |
15 | turtle.digDown() | |
16 | turtle.forward() | |
17 | turtle.digDown() | |
18 | turtle.forward() | |
19 | turtle.digDown() | |
20 | turtle.dig() | |
21 | turtle.forward() | |
22 | turtle.digUp() | |
23 | turtle.digDown() | |
24 | turtle.turnRight() | |
25 | turtle.forward() | |
26 | turtle.digDown() | |
27 | turtle.forward() | |
28 | turtle.digDown() | |
29 | turtle.forward() | |
30 | turtle.digDown() | |
31 | turtle.back() | |
32 | turtle.back() | |
33 | turtle.back() | |
34 | turtle.turnLeft() | |
35 | turtle.forward() | |
36 | turtle.digDown() | |
37 | turtle.forward() | |
38 | turtle.digDown() | |
39 | turtle.forward() | |
40 | turtle.digDown() | |
41 | turtle.turnRight() | |
42 | turtle.back() | |
43 | turtle.back() | |
44 | turtle.turnRight() | |
45 | turtle.forward() | |
46 | turtle.forward() | |
47 | turtle.forward() | |
48 | turtle.turnLeft() | |
49 | turtle.down() | |
50 | end | |
51 | ||
52 | function unpack() | |
53 | turtle.select(1) | |
54 | turtle.placeUp() | |
55 | turtle.select(2) | |
56 | turtle.place() | |
57 | turtle.turnRight() | |
58 | turtle.forward() | |
59 | turtle.turnLeft() | |
60 | turtle.forward() | |
61 | turtle.forward() | |
62 | turtle.turnLeft() | |
63 | turtle.forward() | |
64 | turtle.turnRight() | |
65 | turtle.forward() | |
66 | turtle.select(11) | |
67 | turtle.place() | |
68 | turtle.back() | |
69 | turtle.turnLeft() | |
70 | turtle.forward() | |
71 | turtle.select(14) | |
72 | turtle.place() | |
73 | turtle.back() | |
74 | turtle.turnRight() | |
75 | turtle.turnRight() | |
76 | turtle.forward() | |
77 | turtle.select(5) | |
78 | turtle.place() | |
79 | turtle.back() | |
80 | turtle.select(6) | |
81 | turtle.place() | |
82 | turtle.turnLeft() | |
83 | turtle.select(10) | |
84 | turtle.place() | |
85 | turtle.turnLeft() | |
86 | turtle.select(13) | |
87 | turtle.place() | |
88 | turtle.turnRight() | |
89 | turtle.up() | |
90 | turtle.select(9) | |
91 | turtle.placeDown() | |
92 | turtle.forward() | |
93 | turtle.back() | |
94 | turtle.select(9) | |
95 | turtle.placeUp() | |
96 | turtle.up() | |
97 | turtle.select(7) | |
98 | turtle.placeDown() | |
99 | turtle.up() | |
100 | turtle.select(8) | |
101 | turtle.placeDown() | |
102 | turtle.turnLeft() | |
103 | turtle.turnLeft() | |
104 | turtle.forward() | |
105 | turtle.forward() | |
106 | turtle.turnLeft() | |
107 | turtle.forward() | |
108 | turtle.forward() | |
109 | turtle.down() | |
110 | turtle.select(3) | |
111 | turtle.placeDown() | |
112 | turtle.forward() | |
113 | turtle.turnLeft() | |
114 | turtle.turnRight() | |
115 | turtle.forward() | |
116 | turtle.turnLeft() | |
117 | turtle.forward() | |
118 | turtle.forward() | |
119 | turtle.forward() | |
120 | turtle.turnLeft() | |
121 | turtle.forward() | |
122 | turtle.down() | |
123 | turtle.turnLeft() | |
124 | turtle.forward() | |
125 | turtle.turnRight() | |
126 | turtle.select(4) | |
127 | turtle.placeDown() | |
128 | turtle.turnRight() | |
129 | turtle.forward() | |
130 | turtle.forward() | |
131 | turtle.forward() | |
132 | turtle.turnLeft() | |
133 | turtle.forward() | |
134 | turtle.forward() | |
135 | turtle.turnLeft() | |
136 | turtle.forward() | |
137 | turtle.turnRight() | |
138 | turtle.turnRight() | |
139 | turtle.forward() | |
140 | turtle.turnLeft() | |
141 | turtle.forward() | |
142 | turtle.select(12) | |
143 | turtle.placeDown() | |
144 | turtle.forward() | |
145 | turtle.forward() | |
146 | turtle.forward() | |
147 | turtle.turnLeft() | |
148 | turtle.forward() | |
149 | turtle.forward() | |
150 | turtle.forward() | |
151 | turtle.select(15) | |
152 | turtle.placeDown() | |
153 | turtle.forward() | |
154 | turtle.down() | |
155 | turtle.forward() | |
156 | turtle.turnLeft() | |
157 | turtle.forward() | |
158 | turtle.forward() | |
159 | turtle.turnLeft() | |
160 | turtle.forward() | |
161 | turtle.turnRight() | |
162 | turtle.turnRight() | |
163 | turtle.forward() | |
164 | turtle.forward() | |
165 | turtle.turnLeft() | |
166 | turtle.forward() | |
167 | turtle.turnLeft() | |
168 | turtle.forward() | |
169 | turtle.forward() | |
170 | end |