and
Details
Kode wheel segment | Timing and Logic |
Style | Specialised |
Modifiers | None |
Primarily WHEN/DO | WHEN |
Pre-made brains that use it | unknown |
Timing and Logic> and
Description
You use this tile to have two statements on the WHEN side, where both have to be true for the DO side to run. Personally I find it a bit flaky and does not always work as you epect, and therefore choose child lines for multiple statements rather than using [and].
Example Code
WHEN [numvar:score][=][100][and][numvar:level][=][2] DO [numvar:level][=][3]
Modifiers
None