If block

how do you create this block:
if ‘1st statement’ = true,
then check if ‘2nd statement’ = true.
if both = true,
do something

can the if block together with the test block work?

use to 2 = blocks

Yes but you can also use an and block. It’s explained at the 1:33 mark in the tutorial video on the page I linked to.