can someone help me? I am trying to create a scene that checks to see if a variable changes.
if variable x=1 don't check variable (do nothing) but if variable x=0 then continuously search to see if a variable x changes from 0 to 1 then the loop stops until variable x changes to 0 again. *yes there is another scene that will change it from 0 to 1.
*Edit, I figured this out.