
PicoBlocks - Reference
2
Error Message
Explanation
make
needs a local variable
Make
needs to be followed by the name for a local variable.
Solution: Check that the word after
make
has a quotation
mark before it, and is a local variable.
For example:
block fastlight :n
setlightcolor :n
make “n :n / 10
wait :n
lightoff
end