You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: computing/unit-2/lesson-2.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,7 +227,7 @@ Add another ``||Agent:set active slot||``, and set it to **3**. This will select
227
227
Add an ``||Agent:agent destroy [forward]||`` block. Add it below the last block and change its value to **right**. This will make your Agent remove the block immediately to the right making a hole in the wall, ready for a window.
228
228
229
229
## Step 16
230
-
Now select the new code block, ``||Agent:agent place [back]||`` and use the drop-down menu to change it to **right**. This will code your Agent to place a **Glass Pane** in the gap left after destroying the wall block.
230
+
Now select the new code block, ``||Agent:agent place [forward]||`` and use the drop-down menu to change it to **right**. This will code your Agent to place a **Glass Pane** in the gap left after destroying the wall block.
231
231
232
232
### ~ tutorialhint
233
233
```blocks
@@ -379,7 +379,7 @@ player.onChat("build_a_structure.", function () {
379
379
380
380
381
381
## Step 21
382
-
Return to the ``||Agent:AGENT||`` toolbox drawer and add another ``||Agent:agent place [back]||`` code block and change it to **right**. This will place your door and complete your building. Test your code!
382
+
Return to the ``||Agent:AGENT||`` toolbox drawer and add another ``||Agent:agent place [forward]||`` code block and change it to **right**. This will place your door and complete your building. Test your code!
383
383
384
384
### ~ tutorialhint
385
385
```blocks
@@ -416,4 +416,4 @@ player.onChat("build_a_structure.", function () {
0 commit comments