4. Common Code Blocks
4.1. Control
Block |
Effect |
---|---|
Wait |
|
Repeat |
|
Loop forever |
|
|
|
|
|
|
|
|
|
stop scripts |
4.2. Operators
Block |
Effect |
---|---|
|
|
|
|
|
|
|
|
pick a random number in the specified range |
|
evaluates if left number is greater than right number |
|
evaluates if left number is less than right number |
|
evaluates if numbers are equal |
|
|
|
|
|
|
|
|
|
gets the letter at the specified index of the string |
|
gets the length of the string |
|
checks if the string contains the specified value |
|
returns the remainder |
|
rounds a number |
|
performs the unary math operation over the specified number |
4.3. Variables
Block |
Effect |
---|---|
make a new variable |
|
make a variable containing a list of items |
4.4. My Blocks
Block |
Effect |
|
---|---|---|
make a new |
customized block |