Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 473 Bytes

t2.md

File metadata and controls

24 lines (19 loc) · 473 Bytes

@codeStart players set @s makecode 0

@codeStop players set @s makecode 1

@flyoutOnly 1

@hideIteration 1

@explicitHints 1

Plant a sapling

Step 1

Accept the gift from your Agent and plant it on the grass in the courtyard.

~ tutorialhint

Use the ||hoc2020:accept gift|| block to receive the sapling from the Agent.

    hoc2020.acceptGift()
//
hoc2020-ts=github:rewrite-media/hoc2020-ts#v0.5.2