Repeat loops don't work (Version 3)
Example:
- Forever
- Repeat until hands full
- Move to General Storage
- Take from General Storage
- Repeat until hands empty
- Find nearest Tree Soil
- Mode to Tree Soil
- Use held item
- Repeat until hands full
Start : a bot with empty hands next to a Storage with wooden shovels in the middle of tree soils
=> the bot move to the storage, take the shovel and loops forever at the first repeat
If you remove the first repeat, the bot will loop forever at the second repeat even if its shovel break (and it'll walk around with a white and red circle on its head). The behaviour of the bug is like the condition is only tested at first.